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 4b0e886 commit 2f9e1e0Copy full SHA for 2f9e1e0
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v0.1.21 (TBA)
+## v0.1.21 (2025-06-20)
4
5
- Fixed bug with message emitted in Bandit 1.7.0
6
README.md
@@ -174,7 +174,7 @@ Add `test_server` to your list of dependencies in `mix.exs`:
174
```elixir
175
def deps do
176
[
177
- {:test_server, "~> 0.1.20", only: [:test]}
+ {:test_server, "~> 0.1.21", only: [:test]}
178
]
179
end
180
```
mix.exs
@@ -2,7 +2,7 @@ defmodule TestServer.MixProject do
use Mix.Project
@source_url "https://github.com/danschultzer/test_server"
- @version "0.1.20"
+ @version "0.1.21"
7
def project do
8
0 commit comments