diff --git a/CHANGELOG.md b/CHANGELOG.md index f2966e27b..e2fbbcc2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,18 @@ # Change Log - -## [v4.20.8](https://github.com/inspec/inspec/tree/v4.20.8) (2020-06-18) + +## [v4.20.9](https://github.com/inspec/inspec/tree/v4.20.9) (2020-06-18) -#### Merged Pull Requests -- Update sslshake test for sslshake 1.13.1 [#5101](https://github.com/inspec/inspec/pull/5101) ([james-stocks](https://github.com/james-stocks)) +#### Bug Fixes +- Revert "Make CLI reporter into a plugin" [#5100](https://github.com/inspec/inspec/pull/5100) ([Schwad](https://github.com/Schwad)) ### Changes since 4.20.6 release +#### Bug Fixes +- Revert "Make CLI reporter into a plugin" [#5100](https://github.com/inspec/inspec/pull/5100) ([Schwad](https://github.com/Schwad)) + #### Merged Pull Requests - Update sslshake test for sslshake 1.13.1 [#5101](https://github.com/inspec/inspec/pull/5101) ([james-stocks](https://github.com/james-stocks)) diff --git a/VERSION b/VERSION index 1f65d4af4..8ddeacf6c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.20.8 \ No newline at end of file +4.20.9 \ 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 967ad052a..2ddca8274 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.20.8".freeze + VERSION = "4.20.9".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 59534873b..cf1f344ab 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.20.8".freeze + VERSION = "4.20.9".freeze end