From f643d96bc97a870358e38b15673416f4ff6978d0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 25 Apr 2023 11:51:37 +0000 Subject: [PATCH] Release prep v1.0.1 --- 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 11f9f703..3fa8c994 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.0.1](https://github.com/puppetlabs/puppet_litmus/tree/v1.0.1) - 2023-04-25 + +[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.0.0...v1.0.1) + +### Fixed + +- (MAINT) Bump modulebuilder dependency [#494](https://github.com/puppetlabs/puppet_litmus/pull/494) ([chelnak](https://github.com/chelnak)) + ## [v1.0.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.0.0) - 2023-04-25 [Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.0.0.rc.1...v1.0.0) diff --git a/lib/puppet_litmus/version.rb b/lib/puppet_litmus/version.rb index d3705094..b940617d 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.0' + VERSION = '1.0.1' end