Skip to content

Commit

Permalink
6.1.1 (#3088)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateberkopec committed Feb 28, 2023
1 parent 239df49 commit f0cf66d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion History.md
@@ -1,4 +1,10 @@
## 6.1.0 / 2022-02-12
## 6.1.1 / 2023-02-28

* Bugfixes
* We no longer try to use the systemd plugin for JRuby ([#3079])
* Allow ::Rack::Handler::Puma.run to work regardless of whether Rack/Rackup are loaded ([#3080])

## 6.1.0 / 2023-02-12

* Features
* WebSocket support via partial hijack ([#3058], [#3007])
Expand Down Expand Up @@ -1948,6 +1954,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)

[#3079]:https://github.com/puma/puma/pull/3079 "PR by @mohamedhafez, merged 2023-02-24"
[#3080]:https://github.com/puma/puma/pull/3080 "PR by @MSP-Greg, merged 2023-02-16"
[#3058]:https://github.com/puma/puma/pull/3058 "PR by @dentarg, merged 2023-01-29"
[#3007]:https://github.com/puma/puma/issues/3007 "Issue by @MSP-Greg, closed 2023-01-29"
[#3011]:https://github.com/puma/puma/pull/3011 "PR by @joaomarcos96, merged 2023-01-03"
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.1.0"
PUMA_VERSION = VERSION = "6.1.1"
CODE_NAME = "The Way Up"

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

0 comments on commit f0cf66d

Please sign in to comment.