We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d5676 commit a1e2f6cCopy full SHA for a1e2f6c
Changelog.md
@@ -1,5 +1,8 @@
1
### Development
2
-[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...7-0-maintenance)
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.1...7-0-maintenance)
3
+
4
+### 7.0.1 / 2024-09-03
5
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.0...v7.0.1)
6
7
Bug Fixes:
8
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 = '7.0.0'
+ STRING = '7.0.1'
end
9
0 commit comments