mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
Bump version to 3.7.3 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
This commit is contained in:
parent
74e2f72ed5
commit
fd59635cc3
3 changed files with 6 additions and 5 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
|
||||||
<!-- latest_release 3.7.2 -->
|
<!-- latest_release 3.7.3 -->
|
||||||
## [v3.7.2](https://github.com/inspec/inspec/tree/v3.7.2) (2019-03-07)
|
## [v3.7.3](https://github.com/inspec/inspec/tree/v3.7.3) (2019-03-08)
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
- Add InSpec init profile for Azure. [#3861](https://github.com/inspec/inspec/pull/3861) ([skpaterson](https://github.com/skpaterson))
|
- Rewrite inspec-habitat plugin [#3818](https://github.com/inspec/inspec/pull/3818) ([jerryaldrichiii](https://github.com/jerryaldrichiii))
|
||||||
<!-- latest_release -->
|
<!-- latest_release -->
|
||||||
|
|
||||||
<!-- release_rollup since=3.7.1 -->
|
<!-- release_rollup since=3.7.1 -->
|
||||||
### Changes since 3.7.1 release
|
### Changes since 3.7.1 release
|
||||||
|
|
||||||
#### Merged Pull Requests
|
#### Merged Pull Requests
|
||||||
|
- Rewrite inspec-habitat plugin [#3818](https://github.com/inspec/inspec/pull/3818) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) <!-- 3.7.3 -->
|
||||||
- Add InSpec init profile for Azure. [#3861](https://github.com/inspec/inspec/pull/3861) ([skpaterson](https://github.com/skpaterson)) <!-- 3.7.2 -->
|
- Add InSpec init profile for Azure. [#3861](https://github.com/inspec/inspec/pull/3861) ([skpaterson](https://github.com/skpaterson)) <!-- 3.7.2 -->
|
||||||
<!-- release_rollup -->
|
<!-- release_rollup -->
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
3.7.2
|
3.7.3
|
|
@ -4,5 +4,5 @@
|
||||||
# author: Christoph Hartmann
|
# author: Christoph Hartmann
|
||||||
|
|
||||||
module Inspec
|
module Inspec
|
||||||
VERSION = '3.7.2'
|
VERSION = '3.7.3'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue