diff --git a/CHANGELOG.md b/CHANGELOG.md index 241bee578..af97b5f31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Change Log - + +## [v4.18.115](https://github.com/inspec/inspec/tree/v4.18.115) (2020-05-20) + +#### Merged Pull Requests +- Update for incoming ruby openSSL deprecations [#5035](https://github.com/inspec/inspec/pull/5035) ([Schwad](https://github.com/Schwad)) - + +### Changes since 4.18.114 release + +#### Merged Pull Requests +- Update for incoming ruby openSSL deprecations [#5035](https://github.com/inspec/inspec/pull/5035) ([Schwad](https://github.com/Schwad)) diff --git a/VERSION b/VERSION index 7aa2e0187..ffe34fe18 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.18.114 \ No newline at end of file +4.18.115 \ 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 f942b5c95..55a7cd5e5 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.114".freeze + VERSION = "4.18.115".freeze end diff --git a/lib/inspec/version.rb b/lib/inspec/version.rb index 698e54d11..fec0eda5b 100644 --- a/lib/inspec/version.rb +++ b/lib/inspec/version.rb @@ -1,3 +1,3 @@ module Inspec - VERSION = "4.18.114".freeze + VERSION = "4.18.115".freeze end