This commit is contained in:
Nate Berkopec 2022-02-11 10:19:42 -08:00
parent c3acff5754
commit 502422e6d4
No known key found for this signature in database
GPG Key ID: 19616755F4328D71
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 5.6.2 / 2022-02-11
* Bugfix/Security
* Response body will always be `close`d. (GHSA-rmj8-8hhh-gv5h, related to [#2809])
## 5.6.1 / 2022-01-26
* Bugfixes

View File

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "5.6.1".freeze
PUMA_VERSION = VERSION = "5.6.2".freeze
CODE_NAME = "Birdie's Version".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze