Skip to content

Commit

Permalink
Bump v0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jun 20, 2020
1 parent 5169efb commit dbd7851
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Master

## 0.26.2 (2020-06-19)

### Fixes

- Improve `Query.t()` specification to fix dialyzer warnings. Fixes [#542](https://github.com/elixir-wallaby/wallaby/issues/542)

## 0.26.1 (2020-06-17)

### Fixes
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.26.1"
@version "0.26.2"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers [
Expand Down

0 comments on commit dbd7851

Please sign in to comment.