Skip to content

Commit

Permalink
5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Oct 12, 2021
1 parent dc76d95 commit a2bcda4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 5.5.2 / 2021-10-12

* Bugfixes
* Allow UTF-8 in HTTP header values

## 5.5.1 / 2021-10-12

* Security
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "5.5.1".freeze
PUMA_VERSION = VERSION = "5.5.2".freeze
CODE_NAME = "Zawgyi".freeze

PUMA_SERVER_STRING = ['puma', PUMA_VERSION, CODE_NAME].join(' ').freeze
Expand Down

0 comments on commit a2bcda4

Please sign in to comment.