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