Skip to content

Commit dfa68e5

Browse files
committed
[dotnet] Bumping to 4.12.3 and CHANGELOG update
1 parent 1916234 commit dfa68e5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

dotnet/CHANGELOG

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v4.12.3
2+
======
3+
* Fix saving png screenshot as file (#12654)
4+
* Correcting failures in CDP Network event tests
5+
* Close dev tools session safely (#12660)
6+
* Send data over cdp consecutively (#12666)
7+
* Show output from selenium manager error stream (#12677)
8+
* Return Task instead of wait it in generated CDP method invocations (#12672)
9+
* Invoke console log api called event many times depending on count of args (#12669)
10+
111
v4.12.2
212
======
313
* No code changes; issue with 4.12.1 release

dotnet/selenium-dotnet-version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD FILE SYNTAX: STARLARK
22

3-
SE_VERSION = "4.12.2"
3+
SE_VERSION = "4.12.3"
44
ASSEMBLY_VERSION = "4.0.0.0"
55
SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]
66

0 commit comments

Comments
 (0)