Skip to content

Commit

Permalink
6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Apr 17, 2023
1 parent 210ad1e commit 904b47a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions History.md
@@ -1,3 +1,8 @@
## 6.2.2 / 2023-04-17

* Bugfixes
* Fix Rack-related NameError by adding :: operator ([#3118], [#3117])

## 6.2.1 / 2023-03-31

* Bugfixes
Expand Down Expand Up @@ -1974,6 +1979,8 @@ be added back in a future date when a java Puma::MiniSSL is added.
* Bugfixes
* Your bugfix goes here <Most recent on the top, like GitHub> (#Github Number)

[#3118]:https://github.com/puma/puma/pull/3118 "PR by @ninoseki, merged 2023-04-01"
[#3117]:https://github.com/puma/puma/issues/3117 "Issue by @ninoseki, closed 2023-04-01"
[#3109]:https://github.com/puma/puma/pull/3109 "PR by @ahorek, merged 2023-03-31"
[#3108]:https://github.com/puma/puma/issues/3108 "Issue by @treviateo, closed 2023-03-31"
[#3113]:https://github.com/puma/puma/pull/3113 "PR by @collinsauve, merged 2023-03-31"
Expand Down
2 changes: 1 addition & 1 deletion lib/puma/const.rb
Expand Up @@ -99,7 +99,7 @@ class UnsupportedOption < RuntimeError
# too taxing on performance.
module Const

PUMA_VERSION = VERSION = "6.2.1"
PUMA_VERSION = VERSION = "6.2.2"
CODE_NAME = "Speaking of Now"

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

0 comments on commit 904b47a

Please sign in to comment.