diff --git a/Changelog.md b/Changelog.md index 7c3627743..3baadf333 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.0...5-1-maintenance) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.1...5-1-maintenance) + +### 5.1.1 / 2022-03-07 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.1.0...v5.1.1) Bug Fixes: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index f8553b675..20f63c6d8 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 = '5.1.0' + STRING = '5.1.1' end end end