mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 1.32.3 by Chef Expeditor
This commit is contained in:
parent
0fc870de30
commit
7f84e904fa
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -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 '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))
|
||||
<!-- 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 'be_in' 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 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.32.2
|
||||
1.32.3
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.32.2'.freeze
|
||||
VERSION = '1.32.3'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue