diff --git a/CHANGELOG.md b/CHANGELOG.md index 17562f2..d9611b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v1.5.1](https://github.com/puppetlabs/puppet_litmus/tree/v1.5.1) - 2024-10-03 + +[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.5.0...v1.5.1) + +### Fixed + +- (CAT-2052) Pass target container URI instead of container SHA ID to add_feature_to_node() method [#574](https://github.com/puppetlabs/puppet_litmus/pull/574) ([shubhamshinde360](https://github.com/shubhamshinde360)) + ## [v1.5.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.5.0) - 2024-08-05 [Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.4.0...v1.5.0) diff --git a/lib/puppet_litmus/version.rb b/lib/puppet_litmus/version.rb index 0f0e759..4b5bcb8 100644 --- a/lib/puppet_litmus/version.rb +++ b/lib/puppet_litmus/version.rb @@ -2,5 +2,5 @@ # version of this gem module PuppetLitmus - VERSION = '1.5.0' + VERSION = '1.5.1' end