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 330eeb2 commit c4c6ea6Copy full SHA for c4c6ea6
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 0.5.7 (9 Aug 2024)
2
+
3
+### Enhancements
4
5
+* Support use within Plug.Adapters.Test.Conn based tests
6
7
## 0.5.6 (25 Mar 2024)
8
9
### Enhancements
mix.exs
@@ -4,7 +4,7 @@ defmodule WebSockAdapter.MixProject do
def project do
[
app: :websock_adapter,
- version: "0.5.6",
+ version: "0.5.7",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments