From a8f3e20461163be7206d167aa34808310fd6f713 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 31 May 2024 10:15:31 -0700 Subject: [PATCH] Release prep 4.1.0 github_changelog_generator sorts based on tag date instead of semantic version, so the changelog has been manually updated so that 2.1.0 comes between 2.0.0 and 3.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ lib/beaker-puppet/version.rb | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c2c32..06e2f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [4.1.0](https://github.com/puppetlabs/beaker-puppet/tree/4.1.0) (2024-05-31) + +[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.0.0...4.1.0) + +**Implemented enhancements:** + +- Add support for Ubuntu 24.04 [\#257](https://github.com/puppetlabs/beaker-puppet/pull/257) ([joshcooper](https://github.com/joshcooper)) + ## [4.0.0](https://github.com/puppetlabs/beaker-puppet/tree/4.0.0) (2024-05-28) [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/3.0.1...4.0.0) @@ -59,6 +67,14 @@ All notable changes to this project will be documented in this file. - Bump actions/checkout from 3 to 4 [\#227](https://github.com/puppetlabs/beaker-puppet/pull/227) ([dependabot[bot]](https://github.com/apps/dependabot)) - Update voxpupuli-rubocop requirement from ~\> 1.2 to ~\> 2.0 [\#226](https://github.com/puppetlabs/beaker-puppet/pull/226) ([dependabot[bot]](https://github.com/apps/dependabot)) +## [2.1.0](https://github.com/puppetlabs/beaker-puppet/tree/2.1.0) (2024-03-19) + +[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.0.0...2.1.0) + +**Implemented enhancements:** + +- \[PA-6181\]: Fix acceptance test failure caused due to addition of Amazon Linux 2023 in pe-client-tools for orchestrator client pipeline [\#250](https://github.com/puppetlabs/beaker-puppet/pull/250) ([span786](https://github.com/span786)) + ## [2.0.0](https://github.com/puppetlabs/beaker-puppet/tree/2.0.0) (2023-05-05) [Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/1.29.0...2.0.0) diff --git a/lib/beaker-puppet/version.rb b/lib/beaker-puppet/version.rb index c97d201..e81871c 100644 --- a/lib/beaker-puppet/version.rb +++ b/lib/beaker-puppet/version.rb @@ -1,3 +1,3 @@ module BeakerPuppet - VERSION = '4.0.0' + VERSION = '4.1.0' end