Skip to content

Commit

Permalink
Merge pull request #97 from puppetlabs/maint-release_prep_3_1_1
Browse files Browse the repository at this point in the history
(MAINT) Release prep for v3.2.0
  • Loading branch information
GSPatton authored Feb 28, 2023
2 parents 5accc62 + adbf035 commit eb89222
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class PuppetLint
VERSION = '3.1.0'.freeze
VERSION = '3.2.0'.freeze
end

0 comments on commit eb89222

Please sign in to comment.