Skip to content

Commit

Permalink
[java] Bumping version to 4.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Sep 4, 2023
1 parent dfa68e5 commit 8e34639
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -55,7 +55,7 @@ def release_version
end

def version
"#{release_version}.0-SNAPSHOT"
"#{release_version}.1"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
9 changes: 9 additions & 0 deletions java/CHANGELOG
@@ -1,3 +1,12 @@
v4.12.1
======
* Supported CDP versions: 85, 114, 115, 116
* Safari driver service system properties should be public
* [grid] Removing browserVersion before sending payload to driver
* Selenium Manager don't log file paths by default (#12673)
* Parse log output to support streams and file location in system properties (#12674)
* Fixing default service for drivers #12682

v4.12.0
======
* Supported CDP versions: 85, 114, 115, 116
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
@@ -1,2 +1,2 @@
SE_VERSION = "4.12.0"
SE_VERSION = "4.12.1"
TOOLS_JAVA_VERSION = "17"

0 comments on commit 8e34639

Please sign in to comment.