From 2aac05ffd199a927fdbc06aa5ceac71fa130d657 Mon Sep 17 00:00:00 2001 From: Aria Li Date: Thu, 15 Aug 2024 15:32:53 -0700 Subject: [PATCH] Release prep 4.1.1 --- CHANGELOG.md | 8 ++++++++ lib/beaker-puppet/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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