From 95307abda98647fa032f93d1bcd21908e264551e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Dec 2023 09:02:28 +0000 Subject: [PATCH] Release prep v4.1.2 --- 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 95c51100..d1fea3ee 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.2](https://github.com/puppetlabs/puppet-strings/tree/v4.1.2) - 2023-12-05 + +[Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v4.1.1...v4.1.2) + +### Fixed + +- Revert "(maint) - fix rubocop" Leading argument with delegation syntax not supported with ruby 2.7.0 [#376](https://github.com/puppetlabs/puppet-strings/pull/376) ([jordanbreen28](https://github.com/jordanbreen28)) + ## [v4.1.1](https://github.com/puppetlabs/puppet-strings/tree/v4.1.1) - 2023-11-22 [Full Changelog](https://github.com/puppetlabs/puppet-strings/compare/v4.1.0...v4.1.1) diff --git a/lib/puppet-strings/version.rb b/lib/puppet-strings/version.rb index da3c432b..619b4b94 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.1.1' + VERSION = '4.1.2' end