From 916ea266ce9e6b73db5fab7d55b0b9738265ab38 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 18 Mar 2024 20:46:01 +0000 Subject: [PATCH] v6.1.2 --- Changelog.md | 3 +++ lib/rspec/rails/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 756195a5f..35356bd63 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,9 @@ ### Development [Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...6-1-maintenance) +### 6.1.2 / 2024-03-19 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v6.1.1...v6.1.2) + Bug Fixes: * Fix generated mailer paths to match Rails convention. (PatrĂ­cio dos Santos, #2735) diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 2cf28e22a..5b02d60a8 100644 --- a/lib/rspec/rails/version.rb +++ b/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 end end