Skip to content

Commit fe167b1

Browse files
committed
[java] update changelog and bump version to 4.5
1 parent 1451620 commit fe167b1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $DEBUG = true if ENV['debug'] == 'true'
5151
verbose($DEBUG)
5252

5353
def release_version
54-
'4.4'
54+
'4.5'
5555
end
5656

5757
def version

java/CHANGELOG

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
v4.5.0
22
======
3-
* Supported CDP versions: 85, 103, 104, 105
3+
* Supported CDP versions: 85, 104, 105, 106
44
* Allow event firing decorator to accept a target class (#1694)
55
* Fix Javadoc for executeAsyncScript method
66
* [cdp] Add support for CDP 105 and remove CDP 102
@@ -20,6 +20,7 @@ v4.5.0
2020
* Remove deprecated ForSeleniumServer caps
2121
* Remove deprecated BrowserType
2222
* Differentiate "Windows 7" and "Windows Vista" in Platform class
23+
* Fix bug preventing websocket connections in Firefox v105 from localhost
2324

2425
v4.4.0
2526
======

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.4.0"
1+
SE_VERSION = "4.5.0"

0 commit comments

Comments
 (0)