diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dc6ce6cf..1946a68b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Change Log - -## [v3.4.5](https://github.com/inspec/inspec/tree/v3.4.5) (2019-01-31) + +## [v3.4.6](https://github.com/inspec/inspec/tree/v3.4.6) (2019-02-01) -#### Bug Fixes -- More meaningful error when including controls from a missing dependency [#3770](https://github.com/inspec/inspec/pull/3770) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) +#### Merged Pull Requests +- Temporarily pin train to 1.7.1 [#3775](https://github.com/inspec/inspec/pull/3775) ([clintoncwolfe](https://github.com/clintoncwolfe)) @@ -16,6 +16,7 @@ - tests: Fix profile_context_test NameError [#3758](https://github.com/inspec/inspec/pull/3758) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) #### Merged Pull Requests +- Temporarily pin train to 1.7.1 [#3775](https://github.com/inspec/inspec/pull/3775) ([clintoncwolfe](https://github.com/clintoncwolfe)) - Fix Inspec::Attribute.to_ruby and add unit test [#3773](https://github.com/inspec/inspec/pull/3773) ([james-stocks](https://github.com/james-stocks)) diff --git a/VERSION b/VERSION index 3ec370e15..4b4ea1b68 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.5 \ No newline at end of file +3.4.6 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 018f9e6f4..89ac1897f 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.4.5' + VERSION = '3.4.6' end