Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
keathley committed Feb 26, 2019
1 parent bb78231 commit 01924a7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,20 @@
## 0.22.0 (pending)
## 0.23.0 (pending)

## 0.22.0 (2019-02-26)

## Improvements

* Add `Query.data` to find by data attributes
* Add selected conditions to query
* Add functions for query options
* Add `visible: any` option to query
* Handle Safari and Edge stale reference errors

## Bugfixes

* allow newlines in chrome logs
* Allow other versions of chromedriver
* Increase the session store genserver timeout

## 0.21.0 (2018-11-19)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ Add Wallaby to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:wallaby, "~> 0.20.0", [runtime: false, only: :test]}]
[{:wallaby, "~> 0.22.0", [runtime: false, only: :test]}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule Wallaby.Mixfile do
use Mix.Project

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

0 comments on commit 01924a7

Please sign in to comment.