Skip to content

Commit

Permalink
Merge pull request #758 from tphoney/2_3_2_release
Browse files Browse the repository at this point in the history
2.3.2 release
  • Loading branch information
rnelson0 committed Sep 27, 2017
2 parents 324efda + 59b8a34 commit 0c04ae7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [2.3.2](https://github.com/rodjek/puppet-lint/tree/2.3.2) (2017-09-27)
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.1...2.3.2)

**Fixed bugs:**

- configuration, method_missing had faulty logic [\#754](https://github.com/rodjek/puppet-lint/issues/754)

## [2.3.1](https://github.com/rodjek/puppet-lint/tree/2.3.1) (2017-09-27)
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.0...2.3.1)

Expand Down Expand Up @@ -897,4 +904,4 @@ If the additional gems you use for checks are pinned to 1.x, you should pin pupp
## [0.0.1](https://github.com/rodjek/puppet-lint/tree/0.0.1) (2011-08-15)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
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 = '2.3.1'.freeze
VERSION = '2.3.2'.freeze
end

0 comments on commit 0c04ae7

Please sign in to comment.