From a6afa83fba19df6ce84f7eec1bb20eb69bcd228e Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Mon, 6 Nov 2023 16:51:59 +0100 Subject: [PATCH] Release 2.4.0 --- CHANGELOG.md | 13 +++++++++++++ voxpupuli-acceptance.gemspec | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49186ee..5815f95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [2.4.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/2.4.0) (2023-11-06) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.3.0...2.4.0) + +**Implemented enhancements:** + +- Avoid using legacy facts with beaker-hiera [\#74](https://github.com/voxpupuli/voxpupuli-acceptance/pull/74) ([ekohl](https://github.com/ekohl)) +- Only read the local\_setup file once [\#30](https://github.com/voxpupuli/voxpupuli-acceptance/pull/30) ([ekohl](https://github.com/ekohl)) + +**Merged pull requests:** + +- Document known issue with BEAKER\_PROVISION & beaker-docker [\#76](https://github.com/voxpupuli/voxpupuli-acceptance/pull/76) ([ekohl](https://github.com/ekohl)) + ## [2.3.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/2.3.0) (2023-10-24) [Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.2.0...2.3.0) diff --git a/voxpupuli-acceptance.gemspec b/voxpupuli-acceptance.gemspec index e2aed3a..684e6b4 100644 --- a/voxpupuli-acceptance.gemspec +++ b/voxpupuli-acceptance.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-acceptance' - s.version = '2.3.0' + s.version = '2.4.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance'