We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80c6c commit cae3e26Copy full SHA for cae3e26
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.9 (4 Nov 2025)
2
+
3
+### Enhancements
4
5
+* Add support for deflate_options configuration (#21, thanks @studzien!)
6
7
## 0.5.8 (12 Nov 2024)
8
9
### Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule WebSockAdapter.MixProject do
def project do
[
app: :websock_adapter,
- version: "0.5.8",
+ version: "0.5.9",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments