Skip to content

Commit f306188

Browse files
committed
Release 3.9.0
1 parent 30c6529 commit f306188

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Read `release_notes.md` for commit level details.
44

55
## [Unreleased]
66

7+
### Enhancements
8+
9+
### Bug fixes
10+
11+
### Deprecations
12+
13+
## [3.9.0] - 2020-05-31
14+
715
### Enhancements
816
- `capabilities:` is available in addition to `desired_capabilities:` and `caps:` as a capability
917
```ruby

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 = '3.8.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2020-05-17' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.9.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2020-05-31' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)