This commit is contained in:
Nate Berkopec 2020-12-10 08:23:10 -07:00
parent 5cf3d7c7c7
commit 607c3193ca
No known key found for this signature in database
GPG Key ID: BDD7A4B8E43906A6
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
## 5.1.1 / 2020-12-10
* Bugfixes
* Fix over eager matching against banned header names ([#2510])
## 5.1.0 / 2020-11-30
* Features

View File

@ -100,7 +100,7 @@ module Puma
# too taxing on performance.
module Const
PUMA_VERSION = VERSION = "5.1.0".freeze
PUMA_VERSION = VERSION = "5.1.1".freeze
CODE_NAME = "At Your Service".freeze
PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze