diff --git a/CHANGELOG.md b/CHANGELOG.md index bb1f3133a..e25161d3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v3.6.19](https://github.com/inspec/inspec/tree/v3.6.19) (2019-02-27) + +## [v3.7.0](https://github.com/inspec/inspec/tree/v3.7.0) (2019-03-01) -#### Merged Pull Requests -- Update the integration tests to use dokken-images and newer Chef technologies [#3814](https://github.com/inspec/inspec/pull/3814) ([tas50](https://github.com/tas50)) +#### New Features +- Config file formalization and credential sets: part 3, credential sets [#3713](https://github.com/inspec/inspec/pull/3713) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 3.6.6 release +#### New Features +- Config file formalization and credential sets: part 3, credential sets [#3713](https://github.com/inspec/inspec/pull/3713) ([clintoncwolfe](https://github.com/clintoncwolfe)) + #### Bug Fixes - detect postgres 10 on centos properly [#3833](https://github.com/inspec/inspec/pull/3833) ([chris-rock](https://github.com/chris-rock)) - inspec compliance: Fix mocked configuration [#3834](https://github.com/inspec/inspec/pull/3834) ([skylerto](https://github.com/skylerto)) diff --git a/VERSION b/VERSION index e8c7a523a..240bba906 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.6.19 \ No newline at end of file +3.7.0 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 2004d93c2..72d804376 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.6.19' + VERSION = '3.7.0' end