diff --git a/Changelog.md b/Changelog.md index 041cac972..59a888e13 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.0...6-1-maintenance) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...6-1-maintenance) + +### 6.1.1 / 2024-01-25 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.0...v6.1.1) Bug Fixes: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 26da80c3f..2cf28e22a 100644 --- a/lib/rspec/rails/version.rb +++ b/lib/rspec/rails/version.rb @@ -3,7 +3,7 @@ module Rails # Version information for RSpec Rails. module Version # Current version of RSpec Rails, in semantic versioning format. - STRING = '6.1.0' + STRING = '6.1.1' end end end