diff --git a/Changelog.md b/Changelog.md index 84d8436d4..e35ad1bb6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,8 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...main) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.1...5-0-maintenance) + +### 5.0.1 / 2021-03-18 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v5.0.0...v5.0.1) Bug Fixes: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index b6d08fd8b..bbabf5b91 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.0.0' + STRING = '5.0.1' end end end