diff --git a/dotnet/CHANGELOG b/dotnet/CHANGELOG index 555c1eff758c7..8bc9418613b79 100644 --- a/dotnet/CHANGELOG +++ b/dotnet/CHANGELOG @@ -1,3 +1,8 @@ +v4.13.1 +====== +* Fix bug in selenium manager paths to work on mac and linux +* Don't break devtools processing events thread in case of unexpected exception (#12820) + v4.13.0 ====== * Add CDP files for v117 and remove v114 diff --git a/dotnet/selenium-dotnet-version.bzl b/dotnet/selenium-dotnet-version.bzl index 6d90f6ea0f549..b0f825defdbf5 100644 --- a/dotnet/selenium-dotnet-version.bzl +++ b/dotnet/selenium-dotnet-version.bzl @@ -1,6 +1,6 @@ # BUILD FILE SYNTAX: STARLARK -SE_VERSION = "4.13.0" +SE_VERSION = "4.13.1" ASSEMBLY_VERSION = "4.0.0.0" SUPPORTED_NET_STANDARD_VERSIONS = ["netstandard2.0"]