We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755edf6 commit c5db661Copy full SHA for c5db661
Changelog.md
@@ -1,5 +1,8 @@
1
### Development
2
-[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...6-1-maintenance)
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.3...6-1-maintenance)
3
+
4
+### 6.1.3 / 2024-06-19
5
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.2...v6.1.3)
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 = '6.1.2'
+ STRING = '6.1.3'
end
9
0 commit comments