Skip to content

Commit

Permalink
Merge pull request #575 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v1.5.1
  • Loading branch information
jordanbreen28 authored Oct 3, 2024
2 parents 553a093 + e43bcc6 commit 1d97e8f
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 @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet_litmus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# version of this gem
module PuppetLitmus
VERSION = '1.5.0'
VERSION = '1.5.1'
end

0 comments on commit 1d97e8f

Please sign in to comment.