Skip to content

Commit

Permalink
Merge pull request #253 from tvpartytonight/21_release_prep
Browse files Browse the repository at this point in the history
Prep for 2.1.0 release
  • Loading branch information
joshcooper committed Mar 19, 2024
2 parents 3ac997f + 77beaa2 commit aa09c8b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-puppet/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module BeakerPuppet
VERSION = '2.0.0'
VERSION = '2.1.0'
end

0 comments on commit aa09c8b

Please sign in to comment.