From adbf03517d068a30bbda2f8585a9eb440ba87494 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Tue, 28 Feb 2023 14:03:08 +0000 Subject: [PATCH] (MAINT) Release prep for v3.1.1 --- 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 d7d350c2..9e0c0670 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.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) + +### Added + +- codeclimate (GitLab Code Quality compatible) output support [#79](https://github.com/puppetlabs/puppet-lint/pull/79) ([alexjfisher](https://github.com/alexjfisher)) + +### Fixed + +- (CONT-675) Fix fact detection [#96](https://github.com/puppetlabs/puppet-lint/pull/96) ([chelnak](https://github.com/chelnak)) + ## [v3.1.0](https://github.com/puppetlabs/puppet-lint/tree/v3.1.0) - 2023-02-28 [Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.0.1...v3.1.0) diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 85f84a77..1c06be02 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '3.1.0'.freeze + VERSION = '3.2.0'.freeze end