We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e67abd5 commit 260d45eCopy full SHA for 260d45e
CHANGELOG.md
@@ -4,6 +4,14 @@ Read `release_notes.md` for commit level details.
4
5
## [Unreleased]
6
7
+### Enhancements
8
+
9
+### Bug fixes
10
11
+### Deprecations
12
13
+## [3.6.0] - 2020-03-15
14
15
### Enhancements
16
- Add screen record feature for Windows driver (https://github.com/appium/appium-windows-driver/pull/66)
17
- `#start_recording_screen`, `#stop_recording_screen`
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '3.5.0' unless defined? ::Appium::Core::VERSION
18
- DATE = '2020-01-11' unless defined? ::Appium::Core::DATE
+ VERSION = '3.6.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2020-03-15' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments