From a228b484dc8de56dc0f924ae74da4ba851ff0a91 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Wed, 10 Mar 2021 18:45:55 +0000 Subject: [PATCH] v4.1.2 --- Changelog.md | 8 +++++++- lib/rspec/rails/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 01373f6f3..161f8727b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,17 @@ -### Development +### 4.1.2 / 2021-03-10 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.1...v4.1.2) Bug Fixes: * Prevent `NoMethodError` on Rails 4.2 when checking if a test is run in transaction. (Geremia Taglialatela, #2480) +*Note* Rails 4.2 is only soft supported by the 4.x series of rspec-rails, +an exception was made here as it was a regression introduced by another +bug fix. + ### 4.1.1 / 2021-03-09 +[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.1.0...v4.1.1) Bug Fixes: diff --git a/lib/rspec/rails/version.rb b/lib/rspec/rails/version.rb index 6d9bd7f34..b764e1244 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 = '4.1.1' + STRING = '4.1.2' end end end