From c7f35161f37f4fdca13f7f7e2a15c917b96c116f Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 7 Mar 2023 13:02:20 +0000 Subject: [PATCH] Release prep v3.3.0 --- CHANGELOG.md | 12 ++++++++++++ lib/puppet-lint/version.rb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e0c0670..df612d0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [v3.3.0](https://github.com/puppetlabs/puppet-lint/tree/v3.3.0) - 2023-03-07 + +[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.2.0...v3.3.0) + +### Added + +- (CONT-233) - Add version input to gem_release_prep.yml [#102](https://github.com/puppetlabs/puppet-lint/pull/102) ([jordanbreen28](https://github.com/jordanbreen28)) + +### Fixed + +- (maint) Corrects legacy macOS facts [#103](https://github.com/puppetlabs/puppet-lint/pull/103) ([mhashizume](https://github.com/mhashizume)) + ## [v3.2.0](https://github.com/puppetlabs/puppet-lint/tree/v3.2.0) - 2023-02-28 [Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.1.0...v3.2.0) diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 1c06be02..5b299391 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '3.2.0'.freeze + VERSION = '3.3.0'.freeze end