Skip to content

Commit 5996711

Browse files
committed
Release 7.5.0
1 parent ce9846e commit 5996711

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13+
## [7.5.0] - 2024-02-21
14+
- Remove upper limitation in `selenium-webdriver`
15+
- Users can control the version in their Gemfile
16+
- ruby_lib_core will fix when the future release requires changes
1317

1418
## [7.4.0] - 2024-01-23
1519

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '7.4.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-01-23' unless defined? ::Appium::Core::DATE
17+
VERSION = '7.5.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-02-21' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)