We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550d7c4 commit 7461f6fCopy full SHA for 7461f6f
CHANGELOG.md
@@ -10,6 +10,12 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
+## [7.1.1] - 2023-10-01
14
+
15
+### Deprecations
16
17
+- Add deprecation marks in `immediate_value` and `replace_value`
18
19
## [7.1.0] - 2023-08-15
20
21
### Enhancements
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '7.1.0' unless defined? ::Appium::Core::VERSION
- DATE = '2023-08-15' unless defined? ::Appium::Core::DATE
+ VERSION = '7.1.1' unless defined? ::Appium::Core::VERSION
+ DATE = '2023-10-01' unless defined? ::Appium::Core::DATE
end
0 commit comments