diff --git a/Changelog.md b/Changelog.md index 88f0fad60..e61c02dcf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.1...3-13-maintenance) +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.2...3-13-maintenance) + +### 3.13.2 / 2024-08-20 +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.1...v3.13.2) Bug Fixes: diff --git a/lib/rspec/expectations/version.rb b/lib/rspec/expectations/version.rb index 01f3e649e..5e41d6e3d 100644 --- a/lib/rspec/expectations/version.rb +++ b/lib/rspec/expectations/version.rb @@ -2,7 +2,7 @@ module RSpec module Expectations # @private module Version - STRING = '3.13.1' + STRING = '3.13.2' end end end