Skip to content

Commit

Permalink
[java] update changelog and bump version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 28, 2022
1 parent 1451620 commit fe167b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ $DEBUG = true if ENV['debug'] == 'true'
verbose($DEBUG)

def release_version
'4.4'
'4.5'
end

def version
Expand Down
3 changes: 2 additions & 1 deletion java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
v4.5.0
======
* Supported CDP versions: 85, 103, 104, 105
* Supported CDP versions: 85, 104, 105, 106
* Allow event firing decorator to accept a target class (#1694)
* Fix Javadoc for executeAsyncScript method
* [cdp] Add support for CDP 105 and remove CDP 102
Expand All @@ -20,6 +20,7 @@ v4.5.0
* Remove deprecated ForSeleniumServer caps
* Remove deprecated BrowserType
* Differentiate "Windows 7" and "Windows Vista" in Platform class
* Fix bug preventing websocket connections in Firefox v105 from localhost

v4.4.0
======
Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SE_VERSION = "4.4.0"
SE_VERSION = "4.5.0"

0 comments on commit fe167b1

Please sign in to comment.