Skip to content

Commit ef44515

Browse files
committed
chore: bump v0.30.6
1 parent cacc8a6 commit ef44515

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Main
44

5+
## v0.30.6
6+
7+
- fix: concurrent tests when using custom capabilities (#744)
8+
59
## v0.30.5
610

711
- Workaround for chromedriver 115 regression (#740)

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Wallaby.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-wallaby/wallaby"
5-
@version "0.30.5"
5+
@version "0.30.6"
66
@drivers ~w(selenium chrome)
77
@selected_driver System.get_env("WALLABY_DRIVER")
88
@maintainers ["Mitchell Hanberg"]

0 commit comments

Comments
 (0)