Bump version to 1.33.11 by Chef Expeditor

This commit is contained in:
Chef Expeditor 2017-08-18 15:29:28 +00:00
parent 367d42fb3a
commit 4c2d85674b
3 changed files with 9 additions and 6 deletions

View file

@ -1,15 +1,18 @@
# Change Log
<!-- latest_release 1.33.10 -->
## [v1.33.10](https://github.com/chef/inspec/tree/v1.33.10) (2017-08-17)
<!-- latest_release 1.33.11 -->
## [v1.33.11](https://github.com/chef/inspec/tree/v1.33.11) (2017-08-18)
#### Merged Pull Requests
- [docker_container] fix repo property [#2083](https://github.com/chef/inspec/pull/2083) ([srenatus](https://github.com/srenatus))
#### Bug Fixes
- Properly handle held packages on dpkg-flavored OS [#2087](https://github.com/chef/inspec/pull/2087) ([adamleff](https://github.com/adamleff))
<!-- latest_release -->
<!-- release_rollup since=1.33.1 -->
### Changes since 1.33.1 release
#### Bug Fixes
- Properly handle held packages on dpkg-flavored OS [#2087](https://github.com/chef/inspec/pull/2087) ([adamleff](https://github.com/adamleff)) <!-- 1.33.11 -->
#### Merged Pull Requests
- [docker_container] fix repo property [#2083](https://github.com/chef/inspec/pull/2083) ([srenatus](https://github.com/srenatus)) <!-- 1.33.10 -->
- fix case where skip is called for os_env [#2078](https://github.com/chef/inspec/pull/2078) ([chris-rock](https://github.com/chris-rock)) <!-- 1.33.8 -->

View file

@ -1 +1 @@
1.33.10
1.33.11

View file

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