From 01bf78ebca09731bc45371fc98bb09d971372dc1 Mon Sep 17 00:00:00 2001 From: Dan Schultzer <1254724+danschultzer@users.noreply.github.com> Date: Tue, 13 Sep 2022 14:14:46 -0700 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 773b092..a851282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## v0.1.5 (TBA) +## v0.1.5 (2022-09-13) - `TestServer.websocket_info/2` now takes the callback function as second argument diff --git a/README.md b/README.md index d8e7e5d..5a449e9 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.4", only: [:test]} + {:test_server, "~> 0.1.5", only: [:test]} ] end ``` diff --git a/mix.exs b/mix.exs index b450161..cf4255e 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.4" + @version "0.1.5" def project do [