Skip to content

Commit 7461f6f

Browse files
committed
Release 7.1.1
1 parent 550d7c4 commit 7461f6f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [7.1.1] - 2023-10-01
14+
15+
### Deprecations
16+
17+
- Add deprecation marks in `immediate_value` and `replace_value`
18+
1319
## [7.1.0] - 2023-08-15
1420

1521
### 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 = '7.1.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-08-15' unless defined? ::Appium::Core::DATE
17+
VERSION = '7.1.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-10-01' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)