Skip to content

Commit

Permalink
5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Oct 27, 2020
1 parent 0ce9f9f commit 1f0c08e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions History.md
Expand Up @@ -8,9 +8,13 @@
* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
* Ignore illegal (by Rack spec) response header (#2439)
* Pass preloaded application into new workers if available when using `preload_app` (#2461)
* Close idle connections immediately on shutdown (#2460)


## 5.0.4 / 2020-10-27

* Bugfixes
* Pass preloaded application into new workers if available when using `preload_app` (#2461)

## 5.0.3 / 2020-10-26

* Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "5.0.3".freeze
PUMA_VERSION = VERSION = "5.0.4".freeze
CODE_NAME = "Spoony Bard".freeze

PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
Expand Down

0 comments on commit 1f0c08e

Please sign in to comment.