Skip to content

Commit

Permalink
Bump v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Dec 4, 2020
1 parent 5e96e5f commit 08cb00d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Main

## 0.27.0 (2020-12-4)

### Breaking

- Increases minimum Elixir version to 1.8
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Add Wallaby to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wallaby, "~> 0.26.0", runtime: false, only: :test}
{:wallaby, "~> 0.27.0", runtime: false, only: :test}
]
end
```
Expand Down Expand Up @@ -223,7 +223,7 @@ You will also want to add `phoenix_ecto` as a dependency to `MyWebApp`:

def deps do
[
{:wallaby, "~> 0.26.0", only: :test, runtime: false},
{:wallaby, "~> 0.27.0", only: :test, runtime: false},
{:phoenix_ecto, "~> 3.0", only: :test}
]
end
Expand Down
4 changes: 1 addition & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
defmodule Wallaby.Mixfile do
use Mix.Project

@version "0.26.2"
@version "0.27.0"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers [
"Chris Keathley",
"Tobias Pfeiffer",
"Aaron Renner",
"Mitchell Hanberg"
]
Expand Down

0 comments on commit 08cb00d

Please sign in to comment.