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