diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e2f43..9e55b94 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.1](https://github.com/puppetlabs/beaker-puppet/tree/4.1.1) (2024-05-31) + +[Full Changelog](https://github.com/puppetlabs/beaker-puppet/compare/4.1.0...4.1.1) + +**Implemented enhancements:** + +- \[PA-6886\]: Add DigiCertGlobalRootG2 to Solaris image [\#260](https://github.com/puppetlabs/beaker-puppet/pull/260) + ## [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) diff --git a/lib/beaker-puppet/version.rb b/lib/beaker-puppet/version.rb index e81871c..252cce6 100644 --- a/lib/beaker-puppet/version.rb +++ b/lib/beaker-puppet/version.rb @@ -1,3 +1,3 @@ module BeakerPuppet - VERSION = '4.1.0' + VERSION = '4.1.1' end