Bump version to 1.32.3 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-08-10 12:57:51 +00:00
parent 0fc870de30
commit 7f84e904fa
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- latest_release 1.32.2 -->
## [v1.32.2](https://github.com/chef/inspec/tree/v1.32.2) (2017-08-07)
<!-- latest_release 1.32.3 -->
## [v1.32.3](https://github.com/chef/inspec/tree/v1.32.3) (2017-08-10)
#### Features & Enhancements
- New &#39;be_in&#39; 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))
<!-- latest_release -->
<!-- release_rollup since=1.32.1 -->
### 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)) <!-- 1.32.3 -->
#### Features & Enhancements
- New &#39;be_in&#39; matcher for matching against values in a list [#2022](https://github.com/chef/inspec/pull/2022) ([rx294](https://github.com/rx294)) <!-- 1.32.2 -->
<!-- release_rollup -->

View file

@ -1 +1 @@
1.32.2
1.32.3

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann
module Inspec
VERSION = '1.32.2'.freeze
VERSION = '1.32.3'.freeze
end