From e0753de846a1651401343687a22bfd52c97bc72a Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Wed, 26 Jan 2022 16:18:04 -0800 Subject: [PATCH] 2.6.1 --- History.md | 6 ++++++ lib/puma/const.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 60187709de..f85aa2883e 100644 --- a/History.md +++ b/History.md @@ -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 (#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" diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 35732f328a..42e8f2241b 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError # 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