Skip to content

Commit 0c04ae7

Browse files
authored
Merge pull request #758 from tphoney/2_3_2_release
2.3.2 release
2 parents 324efda + 59b8a34 commit 0c04ae7

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2.3.2](https://github.com/rodjek/puppet-lint/tree/2.3.2) (2017-09-27)
4+
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.1...2.3.2)
5+
6+
**Fixed bugs:**
7+
8+
- configuration, method_missing had faulty logic [\#754](https://github.com/rodjek/puppet-lint/issues/754)
9+
310
## [2.3.1](https://github.com/rodjek/puppet-lint/tree/2.3.1) (2017-09-27)
411
[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.0...2.3.1)
512

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

899906

900-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
907+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

lib/puppet-lint/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '2.3.1'.freeze
2+
VERSION = '2.3.2'.freeze
33
end

0 commit comments

Comments
 (0)