diff --git a/CHANGELOG.md b/CHANGELOG.md index c819811b..3bfc3b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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)* \ No newline at end of file +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 8d1bdaa8..089dfe67 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '2.3.1'.freeze + VERSION = '2.3.2'.freeze end