From f9def0b3c90ea0fba471aabdf56281ca636f31d9 Mon Sep 17 00:00:00 2001 From: Nate Berkopec Date: Mon, 28 Sep 2020 09:14:38 -0600 Subject: [PATCH] 5.0.2 --- History.md | 5 +++++ lib/puma/const.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 45f181cf..73079613 100644 --- a/History.md +++ b/History.md @@ -6,6 +6,11 @@ * Bugfixes * Your bugfix goes here (#Github Number) +## 5.0.2 / 2020-09-28 + +* Bugfixes + * Reverted API changes to Server. + ## 5.0.1 / 2020-09-28 * Bugfixes diff --git a/lib/puma/const.rb b/lib/puma/const.rb index 17f56e41..9310c00e 100644 --- a/lib/puma/const.rb +++ b/lib/puma/const.rb @@ -100,7 +100,7 @@ module Puma # too taxing on performance. module Const - PUMA_VERSION = VERSION = "5.0.1".freeze + PUMA_VERSION = VERSION = "5.0.2".freeze CODE_NAME = "Spoony Bard".freeze PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze