From 28ad97812951f7b674ffa29369862c6ba829c3b0 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Thu, 6 Feb 2025 09:50:34 +0000 Subject: [PATCH] v7.1.1 --- Changelog.md | 10 +++++++++- lib/rspec/rails/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7ff36660f..9f0c71791 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ ### Development -[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.0...7-1-maintenance) +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.1...7-1-maintenance) + +### 7.1.1 / 2025-02-06 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.1.0...v7.1.1) + +Bug Fixes: + +* Check wether rspec-mocks has been loaded before enabling signature + verification for `have_enqueued_job` et al (Jon Rowe, #2823) ### 7.1.0 / 2024-11-09 [Full Changelog](https://github.com/rspec/rspec-rails/compare/v7.0.2...v7.1.0) diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 406066cef..ce012f68e 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 = '7.1.0' + STRING = '7.1.1' end end end