From ce428089f92ea20a2c0b46a88a28cd6dd0a752a8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 4 Jul 2023 07:03:36 +0000 Subject: [PATCH] Release prep v4.1.0 --- CHANGELOG.md | 8 ++++++++ lib/puppet-strings/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe3b6f2c..d0cb2ad2 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). +## [v4.1.0](https://github.com/puppetlabs/puppet-strings/tree/v4.1.0) - 2023-07-04 + +[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v4.0.0...v4.1.0) + +### Added + +- (CONT-1193) - Add `--providers` and `--list-providers` flags [#357](https://github.com/puppetlabs/puppet-strings/pull/357) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v4.0.0](https://github.com/puppetlabs/puppet-strings/tree/v4.0.0) - 2023-04-25 [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v4.0.0.rc.1...v4.0.0) diff --git a/lib/puppet-strings/version.rb b/lib/puppet-strings/version.rb index 7edca0c4..bfc685fc 100644 --- a/lib/puppet-strings/version.rb +++ b/lib/puppet-strings/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PuppetStrings - VERSION = '4.0.0' + VERSION = '4.1.0' end