Skip to content

Commit 89110a9

Browse files
committed
Release 4.1.0
1 parent c833315 commit 89110a9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Read `release_notes.md` for commit level details.
1111

1212
### Deprecations
1313

14+
## [4.1.0] - 2020-12-25
15+
16+
### Enhancements
17+
- Ruby 3.0 support
18+
19+
### Bug fixes
20+
21+
### Deprecations
22+
1423
## [4.0.0] - 2020-12-19
1524

1625
Supported Ruby version is 2.4+

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 = '4.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2020-12-19' unless defined? ::Appium::Core::DATE
17+
VERSION = '4.1.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2020-12-25' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)