mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 3.0.29 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
7c611a4c24
commit
c6701832e7
3 changed files with 9 additions and 6 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,15 +1,18 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.0.28 -->
|
||||
## [v3.0.28](https://github.com/inspec/inspec/tree/v3.0.28) (2018-11-05)
|
||||
<!-- latest_release 3.0.29 -->
|
||||
## [v3.0.29](https://github.com/inspec/inspec/tree/v3.0.29) (2018-11-07)
|
||||
|
||||
#### Enhancements
|
||||
- aws_vpc: accept 17 hexadecimal characters for vpc_id [#3564](https://github.com/inspec/inspec/pull/3564) ([kchistova](https://github.com/kchistova))
|
||||
#### Bug Fixes
|
||||
- Silence RSpec 'should' Warning [#3560](https://github.com/inspec/inspec/pull/3560) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.0.25 -->
|
||||
### Changes since 3.0.25 release
|
||||
|
||||
#### Bug Fixes
|
||||
- Silence RSpec 'should' Warning [#3560](https://github.com/inspec/inspec/pull/3560) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.0.29 -->
|
||||
|
||||
#### Enhancements
|
||||
- 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.28
|
||||
3.0.29
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.0.28'
|
||||
VERSION = '3.0.29'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue