We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64d4ae commit 9b5ddecCopy full SHA for 9b5ddec
Changelog.md
@@ -1,4 +1,4 @@
1
-### 5.0.0
+### 5.0.0 / 2021-03-09
2
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.1...main)
3
4
Enhancements:
lib/rspec/rails/version.rb
@@ -3,7 +3,7 @@ module Rails
# Version information for RSpec Rails.
module Version
5
# Current version of RSpec Rails, in semantic versioning format.
6
- STRING = '5.0.0.pre'
+ STRING = '5.0.0'
7
end
8
9
0 commit comments