diff --git a/CHANGELOG.md b/CHANGELOG.md index 946a02ad8..3cb5ebebc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Change Log - -## [v4.18.2](https://github.com/inspec/inspec/tree/v4.18.2) (2019-10-15) + +## [v4.18.3](https://github.com/inspec/inspec/tree/v4.18.3) (2019-10-17) #### Merged Pull Requests -- Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) +- Goodbye Gordon! [#4577](https://github.com/inspec/inspec/pull/4577) ([miah](https://github.com/miah)) ### Changes since 4.18.0 release #### Merged Pull Requests +- Goodbye Gordon! [#4577](https://github.com/inspec/inspec/pull/4577) ([miah](https://github.com/miah)) - Telemetry: add chef-core [#4569](https://github.com/inspec/inspec/pull/4569) ([clintoncwolfe](https://github.com/clintoncwolfe)) #### Bug Fixes diff --git a/VERSION b/VERSION index e9c8cf37f..5255dcf3b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.2 \ No newline at end of file +4.18.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 3801b67ba..abee590f1 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.18.2".freeze + VERSION = "4.18.3".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index bfc67103e..f7f1aa394 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.2".freeze + VERSION = "4.18.3".freeze end