Skip to content

Commit 6c9a417

Browse files
committed
[dotnet] update changelog and version for 4.13.1
1 parent 5317f3f commit 6c9a417

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dotnet/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.13.1
2+
======
3+
* Fix bug in selenium manager paths to work on mac and linux
4+
* Don't break devtools processing events thread in case of unexpected exception (#12820)
5+
16
v4.13.0
27
======
38
* Add CDP files for v117 and remove v114

dotnet/selenium-dotnet-version.bzl

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

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

0 commit comments

Comments
 (0)