diff --git a/CHANGELOG b/CHANGELOG index e243e84..81ad9bd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,10 @@ +2017-01-30 Release 2.3.0 +- Add app_management flag for Puppet application orchestration support. Thanks @ipcrm. +- Check all *yaml file extensions, including eyaml. thanks @kjetilho, @rjw1. +- Only test ERB syntax in files with an *.erb extension. Thanks @alexiri. +- Extend README to list specific files and checks implemented. Thanks @petems. +- Refactor Rake filelist generation, add tests. Thanks @kjetilho, @rjw1. + 2016-12-02 Release 2.2.0 - Replace Puppet.initialize_settings with Puppet::Test::TestHelper. Thanks @domcleal #60 This clears out caches on every test so increases runtime. diff --git a/lib/puppet-syntax/version.rb b/lib/puppet-syntax/version.rb index d3de70c..1edd9cb 100644 --- a/lib/puppet-syntax/version.rb +++ b/lib/puppet-syntax/version.rb @@ -1,3 +1,3 @@ module PuppetSyntax - VERSION = "2.2.0" + VERSION = "2.3.0" end