Skip to content

Commit 42c48a7

Browse files
committed
Roll version
1 parent 57cb2cb commit 42c48a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9 (TBA)
1+
## v0.1.9 (2023-02-18)
22

33
- `:httpd` server adapter now parses remote ip to tuple format
44
- `:httpd` server adapter now parses host from host header

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `test_server` to your list of dependencies in `mix.exs`:
2424
```elixir
2525
def deps do
2626
[
27-
{:test_server, "~> 0.1.7", only: [:test]}
27+
{:test_server, "~> 0.1", only: [:test]}
2828
]
2929
end
3030
```

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.8"
5+
@version "0.1.9"
66

77
def project do
88
[

0 commit comments

Comments
 (0)