Skip to content

Commit cfe84fc

Browse files
authored
Release 9 4 9 (#613)
* Release 9.4.9 * Update release notes * update a changelog
1 parent 0e88589 commit cfe84fc

File tree

6 files changed

+499
-481
lines changed

6 files changed

+499
-481
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## v9.4.9
7+
### 1. Enhancements
8+
9+
### 2. Bug fixes
10+
- fix handling a tap gesture in xcuitest [#611](https://github.com/appium/ruby_lib/pull/611)
11+
12+
### 3. Deprecations
13+
614
## v9.4.8
715
### 1. Enhancements
816
- within_context swallowing block return value [#311](https://github.com/appium/ruby_lib/issues/311)

appium_lib.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Gem::Specification.new do |s|
66
s.name = 'appium_lib'
77
s.version = Appium::VERSION
88
s.date = Appium::DATE
9-
s.license = 'Apache'
9+
s.license = 'Apache-2.0'
1010
s.description = s.summary = 'Ruby library for Appium'
1111
s.description += '.' # avoid identical warning
1212
s.authors = s.email = ['code@bootstraponline.com']

0 commit comments

Comments
 (0)