Skip to content

Commit 260d45e

Browse files
committed
Release 3.6.0
1 parent e67abd5 commit 260d45e

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.6.0] - 2020-03-15
14+
715
### Enhancements
816
- Add screen record feature for Windows driver (https://github.com/appium/appium-windows-driver/pull/66)
917
- `#start_recording_screen`, `#stop_recording_screen`

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.5.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2020-01-11' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.6.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2020-03-15' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)