diff --git a/CHANGELOG.md b/CHANGELOG.md index d15956bcc..2a179da47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.20.3](https://github.com/inspec/inspec/tree/v4.20.3) (2020-06-11) + +#### Merged Pull Requests +- Make the JSON-min Reporter into Plugin [#5062](https://github.com/inspec/inspec/pull/5062) ([clintoncwolfe](https://github.com/clintoncwolfe)) - + +### Changes since 4.20.2 release + +#### Merged Pull Requests +- Make the JSON-min Reporter into Plugin [#5062](https://github.com/inspec/inspec/pull/5062) ([clintoncwolfe](https://github.com/clintoncwolfe)) diff --git a/VERSION b/VERSION index 1701be300..be77eb050 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.20.2 \ No newline at end of file +4.20.3 \ 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 19a19a12b..0c9213160 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.2".freeze + VERSION = "4.20.3".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 1b689b28a..19ad6d20c 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.20.2".freeze + VERSION = "4.20.3".freeze end