diff --git a/Changelog.md b/Changelog.md index c9a178ff8..946c1924d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.1...3-13-maintenance) +[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.2...3-13-maintenance) + +### 3.13.2 / 2024-10-18 +[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.1...v3.13.2) Bug fixes: diff --git a/lib/rspec/core/version.rb b/lib/rspec/core/version.rb index 7fe73b304..51d7589a4 100644 --- a/lib/rspec/core/version.rb +++ b/lib/rspec/core/version.rb @@ -3,7 +3,7 @@ module Core # Version information for RSpec Core. module Version # Current version of RSpec Core, in semantic versioning format. - STRING = '3.13.1' + STRING = '3.13.2' end end end