Skip to content

Commit 9acf819

Browse files
committed
Release 5.1.2
1 parent 4df2673 commit 9acf819

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Limit selenium webdriver version less than `4.2`
98

109
### Bug fixes
1110

1211
### Deprecations
1312

13+
## [5.1.2] - 2022-06-02
14+
15+
### Enhancements
16+
17+
- Limit selenium webdriver version less than `4.2`
18+
1419
## [5.1.1] - 2022-04-18
1520

1621
### 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.1.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2022-04-18' unless defined? ::Appium::Core::DATE
17+
VERSION = '5.1.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2022-06-02' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)