Skip to content

Commit

Permalink
chore: bump v0.30.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Jul 25, 2023
1 parent 1b164ec commit 1c39c26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Main

## v0.30.5

- Workaround for chromedriver 115 regression (#740)

## v0.30.4

- Set headless and binary chromedriver opts from the `@sessions` attribute in feature tests (#736)
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.4"
@version "0.30.5"
@drivers ~w(selenium chrome)
@selected_driver System.get_env("WALLABY_DRIVER")
@maintainers ["Mitchell Hanberg"]
Expand Down

0 comments on commit 1c39c26

Please sign in to comment.