From f0b787e843b302b5f7e00329d15e8f6af9e50480 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 6 Jul 2023 14:13:57 +0000 Subject: [PATCH] Release prep v1.1.0 --- CHANGELOG.md | 8 ++++++++ lib/puppet_litmus/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 383aee94..0b9cfd19 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.1.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.1.0) - 2023-07-06 + +[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.0.3...v1.1.0) + +### Added + +- (FEAT) - Add ability to supply a custom matrix and override default provisioner [#506](https://github.com/puppetlabs/puppet_litmus/pull/506) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v1.0.3](https://github.com/puppetlabs/puppet_litmus/tree/v1.0.3) - 2023-05-04 [Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.0.2...v1.0.3) diff --git a/lib/puppet_litmus/version.rb b/lib/puppet_litmus/version.rb index 716cc401..3cd97fd2 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.0.3' + VERSION = '1.1.0' end