Skip to content

Commit 06b9586

Browse files
committed
Roll version
1 parent 8e2f6d6 commit 06b9586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.1.11 (TBA)
1+
## v0.1.11 (2023-03-27)
22

33
- Now uses `Plug.Conn.resp/3` instead of `Plug.Conn.send_resp/3` to prevent controlling process issue in Bandit
44
- Silenced Bandit logs

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule TestServer.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/danschultzer/test_server"
5-
@version "0.1.10"
5+
@version "0.1.11"
66

77
def project do
88
[

0 commit comments

Comments
 (0)