From dccf1d8c5c78b1247e173953e57b165614c507f7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 11 Dec 2024 12:08:52 +0000 Subject: [PATCH] Release prep v1.6.1 --- CHANGELOG.md | 10 +++++++++- lib/puppet_litmus/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ffb00..44a376d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ 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.6.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.6.0) - 2024-10-25 +## [v1.6.1](https://github.com/puppetlabs/puppet_litmus/tree/v1.6.1) - 2024-12-11 + +[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.6.0...v1.6.1) + +### Fixed + +- Update to bolt 4 [#579](https://github.com/puppetlabs/puppet_litmus/pull/579) ([gavindidrichsen](https://github.com/gavindidrichsen)) + +## [v1.6.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.6.0) - 2024-10-28 [Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.5.1...v1.6.0) diff --git a/lib/puppet_litmus/version.rb b/lib/puppet_litmus/version.rb index cbf754b..d9faecc 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.6.0' + VERSION = '1.6.1' end