Skip to content

Commit 916ea26

Browse files
committed
v6.1.2
1 parent 0cd4b5a commit 916ea26

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
### Development
22
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...6-1-maintenance)
33

4+
### 6.1.2 / 2024-03-19
5+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2)
6+
47
Bug Fixes:
58

69
* Fix generated mailer paths to match Rails convention. (Patrício dos Santos, #2735)

lib/rspec/rails/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Rails
33
# Version information for RSpec Rails.
44
module Version
55
# Current version of RSpec Rails, in semantic versioning format.
6-
STRING = '6.1.1'
6+
STRING = '6.1.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)