We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cd4b5a commit 916ea26Copy full SHA for 916ea26
Changelog.md
@@ -1,6 +1,9 @@
1
### Development
2
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...6-1-maintenance)
3
4
+### 6.1.2 / 2024-03-19
5
+[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)
6
+
7
Bug Fixes:
8
9
* Fix generated mailer paths to match Rails convention. (Patrício dos Santos, #2735)
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.1'
+ STRING = '6.1.2'
end
0 commit comments