From d33feff3715f62c17d2dcdecd78f1b3290ddb05f Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Mon, 9 Jan 2023 15:33:04 +0100 Subject: [PATCH] Prepare for 4.1.1 --- CHANGELOG.md | 4 +++- lib/spring/version.rb | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93eb7cc6..e90000e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,12 @@ ## Next Release +## 4.1.1 + * Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`. ## 4.1.0 -* * Fix bug which makes commands to freeze when the Rails application is writing to STDERR. +* Fix bug which makes commands to freeze when the Rails application is writing to STDERR. * Fix rails db:system:change command failure issue. * Defer digest loading. * Add support for `SPRING_QUIET` environment variable. diff --git a/lib/spring/version.rb b/lib/spring/version.rb index 128c5625..da5656a4 100644 --- a/lib/spring/version.rb +++ b/lib/spring/version.rb @@ -1,3 +1,3 @@ module Spring - VERSION = "4.1.0" + VERSION = "4.1.1" end