File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ Read `release_notes.md` for commit level details.
5
5
## [ Unreleased]
6
6
7
7
### Enhancements
8
- - Allow to override an existing method by ` Appium::Core::Base::Driver#add_command ` since Appium drivers/plugins allow to override them
9
8
10
9
### Bug fixes
11
10
12
11
### Deprecations
13
12
13
+ ## [ 4.7.1] - 2021-09-26
14
+
15
+ ### Enhancements
16
+ - Allow to override an existing method by ` Appium::Core::Base::Driver#add_command ` since Appium drivers/plugins allow to override them
17
+
14
18
## [ 4.7.0] - 2021-07-17
15
19
16
20
### Enhancements
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '4.7.0 ' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2021-07-17 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '4.7.1 ' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2021-09-26 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments