From 55837e99021a9cb3c6a484e27efdeb07b11db79a Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 24 Oct 2023 13:27:24 +0200 Subject: [PATCH] Release 2.3.0 --- CHANGELOG.md | 9 +++++++++ voxpupuli-acceptance.gemspec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02c077..49186ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [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) + +**Implemented enhancements:** + +- Support the preinstalled BEAKER\_PUPPET\_COLLECTION [\#72](https://github.com/voxpupuli/voxpupuli-acceptance/pull/72) ([ekohl](https://github.com/ekohl)) +- Add env var for puppet package name [\#71](https://github.com/voxpupuli/voxpupuli-acceptance/pull/71) ([bastelfreak](https://github.com/bastelfreak)) + ## [2.2.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/2.2.0) (2023-10-18) [Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.1.0...2.2.0) diff --git a/voxpupuli-acceptance.gemspec b/voxpupuli-acceptance.gemspec index 28e80e6..e2aed3a 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.2.0' + s.version = '2.3.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance'