diff --git a/Changelog.md b/Changelog.md index 905c13c8a..eba927756 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -### 5.0.0 +### 5.0.0 / 2021-03-09 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.1...main) Enhancements: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 0e6bec167..b6d08fd8b 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.pre' + STRING = '5.0.0' end end end