mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 1.33.4 by Chef Expeditor
This commit is contained in:
parent
427f3e9ac7
commit
d60d95cec3
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
|
||||
<!-- latest_release 1.33.3 -->
|
||||
## [v1.33.3](https://github.com/chef/inspec/tree/v1.33.3) (2017-08-14)
|
||||
<!-- latest_release 1.33.4 -->
|
||||
## [v1.33.4](https://github.com/chef/inspec/tree/v1.33.4) (2017-08-14)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- 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))
|
||||
- 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))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=1.33.1 -->
|
||||
### Changes since 1.33.1 release
|
||||
|
||||
#### 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)) <!-- 1.33.4 -->
|
||||
- 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)) <!-- 1.33.3 -->
|
||||
- fix command.exists for mock environments [#2056](https://github.com/chef/inspec/pull/2056) ([chris-rock](https://github.com/chris-rock)) <!-- 1.33.2 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.33.3
|
||||
1.33.4
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '1.33.3'.freeze
|
||||
VERSION = '1.33.4'.freeze
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue