diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b8a7dea7..14d5535fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v3.7.3](https://github.com/inspec/inspec/tree/v3.7.3) (2019-03-08) + +## [v3.7.4](https://github.com/inspec/inspec/tree/v3.7.4) (2019-03-08) #### Merged Pull Requests -- Rewrite inspec-habitat plugin [#3818](https://github.com/inspec/inspec/pull/3818) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +- Adds a v4 release to the expeditor config [#3816](https://github.com/inspec/inspec/pull/3816) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 3.7.1 release #### Merged Pull Requests +- Adds a v4 release to the expeditor config [#3816](https://github.com/inspec/inspec/pull/3816) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Rewrite inspec-habitat plugin [#3818](https://github.com/inspec/inspec/pull/3818) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) - Add InSpec init profile for Azure. [#3861](https://github.com/inspec/inspec/pull/3861) ([skpaterson](https://github.com/skpaterson)) diff --git a/VERSION b/VERSION index 50d98542a..bd41b0f3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.7.3 \ No newline at end of file +3.7.4 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index ecdfd9746..192dba18f 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.7.3' + VERSION = '3.7.4' end