Skip to content

Commit 9fe5ee7

Browse files
committed
Release 6.1.0
1 parent fad670a commit 9fe5ee7

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
@@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13+
## [6.1.0] - 2023-01-18
14+
15+
### Bug fixes
16+
- `Element#immediate_value` sends `text` as the request body
17+
1318
## [6.0.0] - 2022-12-25
1419
- Remove iOS/UiAutomation classes
1520
- The version may work for iOS 8. XCUITest driver will be the default behavior for iOS.
@@ -28,7 +33,7 @@ Read `release_notes.md` for commit level details.
2833
## [5.6.0] - 2022-11-08
2934

3035
### Enhancements
31-
- Append `selnium-webdriver` `4.6` support
36+
- Append `selenium-webdriver` `4.6` support
3237

3338
## [5.5.2] - 2022-10-11
3439

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.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2022-12-25' unless defined? ::Appium::Core::DATE
17+
VERSION = '6.1.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-01-18' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)