Skip to content

Commit

Permalink
Release 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Apr 22, 2024
1 parent 47ccb11 commit c5987d5
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.2.1

* Added `Spring.connect_timeout` and `Spring.boot_timeout` to allow to increase timeout for larger apps.
* `Spring.connect_timeout` now default to `5` seconds instead of `1`.

## 4.2.0

* Added `Spring.reset_on_env` to define environment variables which should cause spring to reload when they change.
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.2.0"
VERSION = "4.2.1"
end

0 comments on commit c5987d5

Please sign in to comment.