diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db29778e..8c6e93260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v1.32.2](https://github.com/chef/inspec/tree/v1.32.2) (2017-08-07) + +## [v1.32.3](https://github.com/chef/inspec/tree/v1.32.3) (2017-08-10) -#### Features & Enhancements -- New 'be_in' matcher for matching against values in a list [#2022](https://github.com/chef/inspec/pull/2022) ([rx294](https://github.com/rx294)) +#### Merged Pull Requests +- Fix docker_container.tag to use last element of image [#2052](https://github.com/chef/inspec/pull/2052) ([mattlqx](https://github.com/mattlqx)) ### Changes since 1.32.1 release +#### Merged Pull Requests +- Fix docker_container.tag to use last element of image [#2052](https://github.com/chef/inspec/pull/2052) ([mattlqx](https://github.com/mattlqx)) + #### Features & Enhancements - New 'be_in' matcher for matching against values in a list [#2022](https://github.com/chef/inspec/pull/2022) ([rx294](https://github.com/rx294)) diff --git a/VERSION b/VERSION index 9d406f959..d6b18b92c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.32.2 \ No newline at end of file +1.32.3 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ca00b7704..5590df661 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.32.2'.freeze + VERSION = '1.32.3'.freeze end