mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Bump version to 2.1.61 by Chef Expeditor
This commit is contained in:
parent
23967a2849
commit
91a92abf4b
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 2.1.60 -->
|
||||
## [v2.1.60](https://github.com/chef/inspec/tree/v2.1.60) (2018-04-27)
|
||||
<!-- latest_release 2.1.61 -->
|
||||
## [v2.1.61](https://github.com/chef/inspec/tree/v2.1.61) (2018-04-29)
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update Habitat plan [#3000](https://github.com/chef/inspec/pull/3000) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Enhancements
|
||||
- Refactors Terraform plan to break out steps [#2996](https://github.com/chef/inspec/pull/2996) ([dmccown](https://github.com/dmccown))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=2.1.59 -->
|
||||
### Changes since 2.1.59 release
|
||||
|
||||
#### Enhancements
|
||||
- Refactors Terraform plan to break out steps [#2996](https://github.com/chef/inspec/pull/2996) ([dmccown](https://github.com/dmccown)) <!-- 2.1.61 -->
|
||||
|
||||
#### Merged Pull Requests
|
||||
- Update Habitat plan [#3000](https://github.com/chef/inspec/pull/3000) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 2.1.60 -->
|
||||
<!-- release_rollup -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
2.1.60
|
||||
2.1.61
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '2.1.60'
|
||||
VERSION = '2.1.61'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue