Skip to content

Commit a6551e6

Browse files
committed
Release 7.0.0
1 parent 8682a16 commit a6551e6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [7.0.0] - 2023-06-17
14+
15+
### Deprecations
16+
17+
- Drop Ruby 2.7 support
18+
1319
## [6.5.0] - 2023-06-11
1420

1521
### Enhancements

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 = '6.5.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-06-11' unless defined? ::Appium::Core::DATE
17+
VERSION = '7.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-06-17' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)