mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Bump version to 3.6.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
2b60f198fc
commit
46415dfbff
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
|||
# Change Log
|
||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||
<!-- latest_release 3.6.10 -->
|
||||
## [v3.6.10](https://github.com/inspec/inspec/tree/v3.6.10) (2019-02-14)
|
||||
<!-- latest_release 3.6.11 -->
|
||||
## [v3.6.11](https://github.com/inspec/inspec/tree/v3.6.11) (2019-02-20)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Attribute-Input Rename: Add deprecation group [#3805](https://github.com/inspec/inspec/pull/3805) ([clintoncwolfe](https://github.com/clintoncwolfe))
|
||||
- Moved the AWS init profile to the correct location. [#3820](https://github.com/inspec/inspec/pull/3820) ([skpaterson](https://github.com/skpaterson))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.6.6 -->
|
||||
### Changes since 3.6.6 release
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Moved the AWS init profile to the correct location. [#3820](https://github.com/inspec/inspec/pull/3820) ([skpaterson](https://github.com/skpaterson)) <!-- 3.6.11 -->
|
||||
- Attribute-Input Rename: Add deprecation group [#3805](https://github.com/inspec/inspec/pull/3805) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.10 -->
|
||||
- Update support platforms in the readme [#3812](https://github.com/inspec/inspec/pull/3812) ([tas50](https://github.com/tas50)) <!-- 3.6.9 -->
|
||||
- Attribute-Input Rename: Rename codefiles [#3803](https://github.com/inspec/inspec/pull/3803) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.6.8 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.6.10
|
||||
3.6.11
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.6.10'
|
||||
VERSION = '3.6.11'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue