Skip to content

Commit

Permalink
Prepare for 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 21, 2022
1 parent 39cb7af commit 42d9896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Next Release

## 4.1.0

* * 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.

## 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion lib/spring/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spring
VERSION = "4.0.0"
VERSION = "4.1.0"
end

0 comments on commit 42d9896

Please sign in to comment.