Skip to content

Commit f17ba52

Browse files
committed
Release 5.0.1
1 parent ee9cbc4 commit f17ba52

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [5.0.1] - 2021-11-23
14+
15+
### Enhancements
16+
- Relaxed version restriction of selenium-webdriver
17+
1318
## [5.0.0] - 2021-11-05
1419

1520
### 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 = '5.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2021-11-05' unless defined? ::Appium::Core::DATE
17+
VERSION = '5.0.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2021-11-23' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)