From 3bac4d97ec4b7970dcbb95f959b1c74fc8a55311 Mon Sep 17 00:00:00 2001 From: Chris Keathley Date: Wed, 11 Apr 2018 11:52:23 -0400 Subject: [PATCH] Bump version --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 969cebd3..fa95827a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.20.0 (2018-04-11) + +### Breaking changes + +* Normalized all exception names +* Removed `set_window_size/3` + +### Bugfixes + +* Fixed issues with zombie phantom processes (#338) + ## 0.19.2 (2017-10-28) ### Features diff --git a/README.md b/README.md index af9ddc53..7577cece 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ You will also want to add `phoenix_ecto` as a dependency to `MyWebApp`: def deps do [ - {:wallaby, "~> 0.19.2", only: :test}, + {:wallaby, "~> 0.20", only: :test}, {:phoenix_ecto, "~> 3.0", only: :test} ] end diff --git a/mix.exs b/mix.exs index 08d702f6..b8890995 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Wallaby.Mixfile do use Mix.Project - @version "0.19.2" + @version "0.20.0" @drivers ~w(phantom selenium chrome) @selected_driver System.get_env("WALLABY_DRIVER") @maintainers [