diff --git a/CHANGELOG.md b/CHANGELOG.md index 556cdc3..1e770d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [1.2.1](https://github.com/voxpupuli/puppet-ghostbuster/tree/1.2.1) (2024-02-09) + +[Full Changelog](https://github.com/voxpupuli/puppet-ghostbuster/compare/1.2.0...1.2.1) + +**Fixed bugs:** + +- Fix and improve hiera.yaml selection [\#90](https://github.com/voxpupuli/puppet-ghostbuster/pull/90) ([h0tw1r3](https://github.com/h0tw1r3)) + ## [1.2.0](https://github.com/voxpupuli/puppet-ghostbuster/tree/1.2.0) (2024-01-29) [Full Changelog](https://github.com/voxpupuli/puppet-ghostbuster/compare/1.1.0...1.2.0) diff --git a/lib/puppet-ghostbuster/version.rb b/lib/puppet-ghostbuster/version.rb index fa5e2cf..00ee5c5 100644 --- a/lib/puppet-ghostbuster/version.rb +++ b/lib/puppet-ghostbuster/version.rb @@ -1,3 +1,3 @@ class PuppetGhostbuster - VERSION = '1.2.0' + VERSION = '1.2.1' end