From 85d4b8fc4b1492afb5d33c48a7d91c0ff2ac435c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 25 Oct 2024 10:46:03 +0000 Subject: [PATCH] Release prep v1.6.0 --- CHANGELOG.md | 9 +++++++++ lib/puppet_litmus/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9611b2..d5ffb00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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 + +[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.5.1...v1.6.0) + +### Added + +- (feat) - Add Ubuntu-24.04 to matrix_from_metadata v2 and v3 [#577](https://github.com/puppetlabs/puppet_litmus/pull/577) ([shubhamshinde360](https://github.com/shubhamshinde360)) +- (FEAT) Add PE to matrix_from_metadata_v3 [#576](https://github.com/puppetlabs/puppet_litmus/pull/576) ([coreymbe](https://github.com/coreymbe)) + ## [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) diff --git a/lib/puppet_litmus/version.rb b/lib/puppet_litmus/version.rb index 4b5bcb8..cbf754b 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.1' + VERSION = '1.6.0' end