mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Bump version to 3.0.34 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
678fff677a
commit
624cb1ac07
3 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.0.33 -->
|
||||
## [v3.0.33](https://github.com/inspec/inspec/tree/v3.0.33) (2018-11-08)
|
||||
<!-- latest_release 3.0.34 -->
|
||||
## [v3.0.34](https://github.com/inspec/inspec/tree/v3.0.34) (2018-11-08)
|
||||
|
||||
#### Enhancements
|
||||
- Add only_if to Inspec objects [#3577](https://github.com/inspec/inspec/pull/3577) ([james-stocks](https://github.com/james-stocks))
|
||||
- Added xml resource support for ints, bools, and string responses [#3583](https://github.com/inspec/inspec/pull/3583) ([greenantdotcom](https://github.com/greenantdotcom))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.25 -->
|
||||
|
@ -14,6 +14,7 @@
|
|||
- Silence RSpec 'should' Warning [#3560](https://github.com/inspec/inspec/pull/3560) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.0.29 -->
|
||||
|
||||
#### Enhancements
|
||||
- Added xml resource support for ints, bools, and string responses [#3583](https://github.com/inspec/inspec/pull/3583) ([greenantdotcom](https://github.com/greenantdotcom)) <!-- 3.0.34 -->
|
||||
- Add only_if to Inspec objects [#3577](https://github.com/inspec/inspec/pull/3577) ([james-stocks](https://github.com/james-stocks)) <!-- 3.0.31 -->
|
||||
- aws_vpc: accept 17 hexadecimal characters for vpc_id [#3564](https://github.com/inspec/inspec/pull/3564) ([kchistova](https://github.com/kchistova)) <!-- 3.0.28 -->
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.0.33
|
||||
3.0.34
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.33'
|
||||
VERSION = '3.0.34'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue