Skip to content

Commit a492495

Browse files
committed
Bump minor version.
1 parent e3e9655 commit a492495

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

lib/async/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
module Async
77
module WebDriver
8-
VERSION = "0.7.0"
8+
VERSION = "0.8.0"
99
end
1010
end

readme.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ Please see the [project documentation](https://socketry.github.io/async-webdrive
2222

2323
## Releases
2424

25-
There are no documented releases.
25+
Please see the [project releases](https://socketry.github.io/async-webdriver/releases/index) for all releases.
26+
27+
### v0.8.0
28+
29+
- Fix `fill_in` `<select>` on Safari.
30+
- `Element#tag_name` now normalizes the tag name to lowercase (Safari returns uppercase while other browsers return lowercase).
2631

2732
## See Also
2833

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.8.0
44

55
- Fix `fill_in` `<select>` on Safari.
66
- `Element#tag_name` now normalizes the tag name to lowercase (Safari returns uppercase while other browsers return lowercase).

0 commit comments

Comments
 (0)