Skip to content

Commit

Permalink
Bump v0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jul 16, 2022
1 parent 3e5c148 commit 3a38b02
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 @@

## Main

## v0.30.1 (2022-07-16)

### Fixes

- fix(chromedriver): Account for Chromium when doing the version matching (#698)

## v0.30.0 (2022-07-14)

### Breaking
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Wallaby.Mixfile do
use Mix.Project

@source_url "https://github.com/elixir-wallaby/wallaby"
@version "0.30.0"
@version "0.30.1"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers ["Mitchell Hanberg"]
Expand Down

0 comments on commit 3a38b02

Please sign in to comment.