Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Keathley authored and Christopher Keathley committed Nov 19, 2018
1 parent d2763c5 commit bfddea8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 0.21.0 (pending)
## 0.22.0 (pending)

## 0.21.0 (2018-11-19)

### Breaking changes

Expand All @@ -8,10 +10,17 @@

* Improved readability of `file_test` failures
* Allow users to specify the path to the chrome binary
* Add Query.value and Query.attribute
* Adds jitter to all http calls
* Returns better error messages from obscured element responses
* Option to configure default window size
* Pretty printing element html

## Bugfixes

* Chrome takes screenshots correctly if elements are passed to `take_screenshot`.
* Chrome no longer spits out errors constantly.
* Find elements that contain single quotes

## 0.20.0 (2018-04-11)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ You will also want to add `phoenix_ecto` as a dependency to `MyWebApp`:

def deps do
[
{:wallaby, "~> 0.20", only: :test},
{:wallaby, "~> 0.21", only: :test},
{:phoenix_ecto, "~> 3.0", only: :test}
]
end
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Wallaby.Mixfile do
use Mix.Project

@version "0.20.0"
@version "0.21.0"
@drivers ~w(phantom selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers [
Expand Down

0 comments on commit bfddea8

Please sign in to comment.