diff --git a/CHANGELOG.md b/CHANGELOG.md index 50578ba2c..39c38111b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v1.33.4](https://github.com/chef/inspec/tree/v1.33.4) (2017-08-14) + +## [v1.33.5](https://github.com/chef/inspec/tree/v1.33.5) (2017-08-15) #### Merged Pull Requests -- Assume sqlplus as oracle_session as default for mock environments [#2057](https://github.com/chef/inspec/pull/2057) ([chris-rock](https://github.com/chris-rock)) +- add mock support for os_env resource [#2070](https://github.com/chef/inspec/pull/2070) ([chris-rock](https://github.com/chris-rock)) ### Changes since 1.33.1 release #### Merged Pull Requests +- add mock support for os_env resource [#2070](https://github.com/chef/inspec/pull/2070) ([chris-rock](https://github.com/chris-rock)) - Assume sqlplus as oracle_session as default for mock environments [#2057](https://github.com/chef/inspec/pull/2057) ([chris-rock](https://github.com/chris-rock)) - Add missing command mocks to fix tests after train 0.26.1 upgrade [#2069](https://github.com/chef/inspec/pull/2069) ([adamleff](https://github.com/adamleff)) - fix command.exists for mock environments [#2056](https://github.com/chef/inspec/pull/2056) ([chris-rock](https://github.com/chris-rock)) diff --git a/VERSION b/VERSION index 0a7d9bc23..676784cf0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.4 \ No newline at end of file +1.33.5 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6e7a895fc..2da0e8bf5 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '1.33.4'.freeze + VERSION = '1.33.5'.freeze end