diff --git a/CHANGELOG.md b/CHANGELOG.md index 91ca64055..14bffe77b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v4.3.4](https://github.com/inspec/inspec/tree/v4.3.4) (2019-05-01) + +## [v4.3.5](https://github.com/inspec/inspec/tree/v4.3.5) (2019-05-03) -#### Merged Pull Requests -- Update resource registry_key documentation example [#4004](https://github.com/inspec/inspec/pull/4004) ([miah](https://github.com/miah)) +#### Enhancements +- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) ### Changes since 4.3.2 release +#### Enhancements +- Add inspec-*-bin to the plugin filter list [#4018](https://github.com/inspec/inspec/pull/4018) ([clintoncwolfe](https://github.com/clintoncwolfe)) + #### Merged Pull Requests - Update resource registry_key documentation example [#4004](https://github.com/inspec/inspec/pull/4004) ([miah](https://github.com/miah)) - Update software names in readme [#4014](https://github.com/inspec/inspec/pull/4014) ([mjingle](https://github.com/mjingle)) diff --git a/VERSION b/VERSION index a6695ff98..bbdf097e5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.3.4 \ No newline at end of file +4.3.5 \ No newline at end of file diff --git a/inspec-bin/lib/inspec-bin/version.rb b/inspec-bin/lib/inspec-bin/version.rb index 57e7d8dc9..bda0772e6 100644 --- a/inspec-bin/lib/inspec-bin/version.rb +++ b/inspec-bin/lib/inspec-bin/version.rb @@ -1,5 +1,5 @@ # This file managed by automation - do not edit manually module InspecBin INSPECBIN_ROOT = File.expand_path('../..', __FILE__) - VERSION = '4.3.4'.freeze + VERSION = '4.3.5'.freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index d038dde28..ebf4c6ed0 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = '4.3.4'.freeze + VERSION = '4.3.5'.freeze end