mirror of
https://github.com/inspec/inspec
synced 2024-11-22 12:43:07 +00:00
Bump version to 3.7.7 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
b3ab615465
commit
9c67fe89a5
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.7.6 -->
|
||||
## [v3.7.6](https://github.com/inspec/inspec/tree/v3.7.6) (2019-03-11)
|
||||
<!-- latest_release 3.7.7 -->
|
||||
## [v3.7.7](https://github.com/inspec/inspec/tree/v3.7.7) (2019-03-13)
|
||||
|
||||
#### Bug Fixes
|
||||
- iis_app_pool: Fix PowerShell JSON parsing error [#3842](https://github.com/inspec/inspec/pull/3842) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||
#### Enhancements
|
||||
- Move all gem installation to Gemfile/bundle install [#3860](https://github.com/inspec/inspec/pull/3860) ([lamont-granquist](https://github.com/lamont-granquist))
|
||||
<!-- latest_release -->
|
||||
|
||||
<!-- release_rollup since=3.7.1 -->
|
||||
### Changes since 3.7.1 release
|
||||
|
||||
#### Enhancements
|
||||
- Move all gem installation to Gemfile/bundle install [#3860](https://github.com/inspec/inspec/pull/3860) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.7.7 -->
|
||||
|
||||
#### Bug Fixes
|
||||
- iis_app_pool: Fix PowerShell JSON parsing error [#3842](https://github.com/inspec/inspec/pull/3842) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.7.6 -->
|
||||
- http resource: Add fallback to `#to_s` [#3843](https://github.com/inspec/inspec/pull/3843) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.7.5 -->
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.7.6
|
||||
3.7.7
|
|
@ -4,5 +4,5 @@
|
|||
# author: Christoph Hartmann
|
||||
|
||||
module Inspec
|
||||
VERSION = '3.7.6'
|
||||
VERSION = '3.7.7'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue