From 77beaa2c0d05e2009015a287eac2a53549dbf514 Mon Sep 17 00:00:00 2001 From: tvpartytonight Date: Mon, 18 Mar 2024 16:07:38 -0700 Subject: [PATCH] Prep for 2.1.0 release --- 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 a9d611c..9e3fab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [2.1.0](https://github.com/voxpupuli/beaker-puppet/tree/2.1.0) (2024-03-19) + +[Full Changelog](https://github.com/voxpupuli/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/voxpupuli/beaker-puppet/tree/2.0.0) (2023-05-05) [Full Changelog](https://github.com/voxpupuli/beaker-puppet/compare/1.29.0...2.0.0) diff --git a/lib/beaker-puppet/version.rb b/lib/beaker-puppet/version.rb index 2ca7d1c..8670b8a 100644 --- a/lib/beaker-puppet/version.rb +++ b/lib/beaker-puppet/version.rb @@ -1,3 +1,3 @@ module BeakerPuppet - VERSION = '2.0.0' + VERSION = '2.1.0' end