Skip to content

Commit 2c76d15

Browse files
committed
chore: bump version to 12.0.0
1 parent 19bc90f commit 2c76d15

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Release tags are https://github.com/appium/ruby_lib/releases .
1111

1212
### 3. Deprecations
1313

14-
## 12.0.0
14+
## 12.0.0 - 2021-11-06
1515
### 1. Enhancements
1616

1717
- Update ruby_lib_core version from v4 to v5. The change affects this library.

lib/appium_lib/version.rb

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

1515
module Appium
1616
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17-
VERSION = '12.0.0.rc5' unless defined? ::Appium::VERSION
18-
DATE = '2021-11-05' unless defined? ::Appium::DATE
17+
VERSION = '12.0.0' unless defined? ::Appium::VERSION
18+
DATE = '2021-11-06' unless defined? ::Appium::DATE
1919
end

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We can avoid the class driver with current `ruby_lib`, but if you'd like to impl
2626
### Ruby Lib and Appium
2727

2828
- Ruby library version over `12.0.0` is based on Selenium v4
29-
- Please read [changelog of 12.0.0](CHANGELOG.md#1200---2021-11-05) for more details to migrate from v11 to v12
29+
- Please read [changelog of 12.0.0](CHANGELOG.md#1200---2021-11-06) for more details to migrate from v11 to v12
3030
- Ruby library version over `9.8.0` requires Appium over `1.8`
3131
- Ruby library version under `9.7.5` can work with Appium under `1.7`
3232

0 commit comments

Comments
 (0)