diff --git a/Changelog.md b/Changelog.md index 0820d658..c2280616 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...3-12-maintenance) +[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...3-12-maintenance) + +### 3.12.2 / 2024-02-04 +[Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...v3.12.2) Bug Fixes: diff --git a/lib/rspec/support/version.rb b/lib/rspec/support/version.rb index 39f62b35..50fedf2e 100644 --- a/lib/rspec/support/version.rb +++ b/lib/rspec/support/version.rb @@ -3,7 +3,7 @@ module RSpec module Support module Version - STRING = '3.12.1' + STRING = '3.12.2' end end end