From 03619d58408623e7b5160775a8b6ff89777c2906 Mon Sep 17 00:00:00 2001 From: Josh Cooper Date: Fri, 31 May 2024 09:49:20 -0700 Subject: [PATCH] Release prep 4.1.0 --- CHANGELOG.md | 12 ++++++++++-- lib/beaker-puppet/version.rb | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3c2c32..5c8dfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,17 @@ All notable changes to this project will be documented in this file. -## [4.0.0](https://github.com/puppetlabs/beaker-puppet/tree/4.0.0) (2024-05-28) +## [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/3.0.1...4.0.0) +[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-29) + +[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/2.1.0...4.0.0) **Breaking changes:** 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