1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00
This commit is contained in:
Nate Berkopec 2022-01-26 16:18:04 -08:00
parent 7008a61ac9
commit e0753de846
No known key found for this signature in database
GPG key ID: 19616755F4328D71
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
## 5.6.1 / 2022-01-26
* Bugfixes
* Reverted a commit which appeared to be causing occasional blank header values ([#2809])
## 5.6.0 / 2022-01-25
* Features
@ -1830,6 +1835,7 @@ be added back in a future date when a java Puma::MiniSSL is added.
* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)
[#2809]:https://github.com/puma/puma/pull/2809 "PR by @dentarg, merged 2022-01-26"
[#2764]:https://github.com/puma/puma/pull/2764 "PR by @dentarg, merged 2022-01-18"
[#2708]:https://github.com/puma/puma/issues/2708 "Issue by @erikaxel, closed 2022-01-18"
[#2780]:https://github.com/puma/puma/pull/2780 "PR by @dalibor, merged 2022-01-01"

View file

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