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:
Chef Expeditor 2019-03-08 14:52:03 +00:00
parent 74e2f72ed5
commit fd59635cc3
No known key found for this signature in database
GPG key ID: 6C7D998C27489728
3 changed files with 6 additions and 5 deletions

View file

@ -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 -->

View file

@ -1 +1 @@
3.7.2 3.7.3

View file

@ -4,5 +4,5 @@
# author: Christoph Hartmann # author: Christoph Hartmann
module Inspec module Inspec
VERSION = '3.7.2' VERSION = '3.7.3'
end end