mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.33.12 by Chef Expeditor
This commit is contained in:
parent
2cffa750ec
commit
6e806110e0
3 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release 1.33.11 -->
|
||||
## [v1.33.11](https://github.com/chef/inspec/tree/v1.33.11) (2017-08-18)
|
||||
<!-- latest_release 1.33.12 -->
|
||||
## [v1.33.12](https://github.com/chef/inspec/tree/v1.33.12) (2017-08-18)
|
||||
|
||||
#### Bug Fixes
|
||||
- Properly handle held packages on dpkg-flavored OS [#2087](https://github.com/chef/inspec/pull/2087) ([adamleff](https://github.com/adamleff))
|
||||
#### Merged Pull Requests
|
||||
- Move bug fixes in CHANGELOG to correct header [#2089](https://github.com/chef/inspec/pull/2089) ([adamleff](https://github.com/adamleff))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.33.1 -->
|
||||
|
@ -21,6 +21,7 @@
|
|||
- fix command.exists for mock environments [#2056](https://github.com/chef/inspec/pull/2056) ([chris-rock](https://github.com/chris-rock)) <!-- 1.33.2 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Move bug fixes in CHANGELOG to correct header [#2089](https://github.com/chef/inspec/pull/2089) ([adamleff](https://github.com/adamleff)) <!-- 1.33.12 -->
|
||||
- add functional tests for inspec check [#2077](https://github.com/chef/inspec/pull/2077) ([chris-rock](https://github.com/chris-rock)) <!-- 1.33.7 -->
|
||||
<!-- release_rollup -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.33.11
|
||||
1.33.12
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.33.11'.freeze
|
||||
VERSION = '1.33.12'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue