From 67e354118922d7d489f32ee67f145ca47f5334e9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 4 Apr 2023 15:27:57 +0000 Subject: [PATCH] Release prep v3.4.0 --- CHANGELOG.md | 12 ++++++++---- lib/puppet-lint/version.rb | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df612d0a..fda49c18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,17 @@ 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 +## [v3.4.0](https://github.com/puppetlabs/puppet-lint/tree/v3.4.0) - 2023-04-04 -[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.2.0...v3.3.0) +[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.3.0...v3.4.0) -### Added +### Fixed -- (CONT-233) - Add version input to gem_release_prep.yml [#102](https://github.com/puppetlabs/puppet-lint/pull/102) ([jordanbreen28](https://github.com/jordanbreen28)) +- (maint) Update issues URL [#112](https://github.com/puppetlabs/puppet-lint/pull/112) ([pmcmaw](https://github.com/pmcmaw)) + +## [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) ### Fixed diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 5b299391..c3f993ea 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '3.3.0'.freeze + VERSION = '3.4.0'.freeze end