From a36ac025b7ca5a121168610eb392a47bf41d46ae Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 20 Aug 2024 16:09:42 +0100 Subject: [PATCH] v3.13.2 --- Changelog.md | 5 ++++- lib/rspec/expectations/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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