Skip to content

Commit 254f16f

Browse files
committed
Updating CHANGELOG and version resources for .NET point release
1 parent 68b0ff1 commit 254f16f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

dotnet/CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v3.13.1
2+
=======
3+
* Updated to fully remove use of internal CreateElement method in favor of
4+
a factory object.
5+
16
v3.13.0
27
=======
38
* (on behalf of Jake Durand) Replaced Chrome with Firefox in .NET

dotnet/selenium-dotnet-version.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# BUILD FILE SYNTAX: SKYLARK
22

3-
SE_VERSION = '3.13.0'
4-
ASSEMBLY_VERSION = '3.13.0.0'
3+
SE_VERSION = '3.13.1'
4+
ASSEMBLY_VERSION = '3.13.1.0'

0 commit comments

Comments
 (0)