diff --git a/rspec-expectations/Changelog.md b/rspec-expectations/Changelog.md index 14bf43816..ede91a05f 100644 --- a/rspec-expectations/Changelog.md +++ b/rspec-expectations/Changelog.md @@ -1,4 +1,4 @@ -### Development +### 3.8.6 / 2019-10-07 Bug Fixes: diff --git a/rspec-expectations/lib/rspec/expectations/version.rb b/rspec-expectations/lib/rspec/expectations/version.rb index 73f49044d..e1a9d7b02 100644 --- a/rspec-expectations/lib/rspec/expectations/version.rb +++ b/rspec-expectations/lib/rspec/expectations/version.rb @@ -2,7 +2,7 @@ module RSpec module Expectations # @private module Version - STRING = '3.8.5' + STRING = '3.8.6' end end end