Skip to content

Commit cdd8906

Browse files
committed
Release 4.7.1
1 parent 059b092 commit cdd8906

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Allow to override an existing method by `Appium::Core::Base::Driver#add_command` since Appium drivers/plugins allow to override them
98

109
### Bug fixes
1110

1211
### Deprecations
1312

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+
1418
## [4.7.0] - 2021-07-17
1519

1620
### 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 = '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
1919
end
2020
end

0 commit comments

Comments
 (0)