From 7c415a8bd43fbe30d82cdeaaca0431c0ce33c096 Mon Sep 17 00:00:00 2001 From: Dan Schultzer <1254724+danschultzer@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:04:25 +0200 Subject: [PATCH] Roll version --- CHANGELOG.md | 2 +- README.md | 2 +- mix.exs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff17747..8ef01f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.7 (TBA) +## v0.1.7 (2022-10-06) - The specified port is checked to ensure is in valid range diff --git a/README.md b/README.md index ae849d2..3dbbbb2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add `test_server` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:test_server, "~> 0.1.6", only: [:test]} + {:test_server, "~> 0.1.7", only: [:test]} ] end ``` diff --git a/mix.exs b/mix.exs index 3b27105..f53d520 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule TestServer.MixProject do use Mix.Project @source_url "https://github.com/danschultzer/test_server" - @version "0.1.6" + @version "0.1.7" def project do [