diff --git a/CHANGELOG.md b/CHANGELOG.md index a84d65980..75d4f3f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v3.4.2](https://github.com/inspec/inspec/tree/v3.4.2) (2019-01-31) + +## [v3.4.3](https://github.com/inspec/inspec/tree/v3.4.3) (2019-01-31) -#### Merged Pull Requests -- Fix Inspec::Attribute.to_ruby and add unit test [#3773](https://github.com/inspec/inspec/pull/3773) ([james-stocks](https://github.com/james-stocks)) +#### Bug Fixes +- tests: Fix profile_context_test NameError [#3758](https://github.com/inspec/inspec/pull/3758) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) ### Changes since 3.4.1 release +#### Bug Fixes +- tests: Fix profile_context_test NameError [#3758](https://github.com/inspec/inspec/pull/3758) ([jerryaldrichiii](https://github.com/jerryaldrichiii)) + #### Merged Pull Requests - 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 a423d4217..8a0feb98c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.4.2 \ No newline at end of file +3.4.3 \ No newline at end of file diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 6b7cc235a..627add6a3 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -4,5 +4,5 @@ # author: Christoph Hartmann module Inspec - VERSION = '3.4.2' + VERSION = '3.4.3' end