We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7691c07 commit c430740Copy full SHA for c430740
CHANGELOG.md
@@ -9,6 +9,13 @@ Read `release_notes.md` for commit level details.
9
10
### Bug fixes
11
12
+## [3.0.4] - 2019-03-24
13
+
14
+### Enhancements
15
+- Add `pixelFormat` argument in screen record for iOS
16
17
+### Bug fixes
18
19
### Deprecations
20
21
## [3.0.3] - 2019-03-11
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '3.0.3' unless defined? ::Appium::Core::VERSION
- DATE = '2019-03-11' unless defined? ::Appium::Core::DATE
+ VERSION = '3.0.4' unless defined? ::Appium::Core::VERSION
+ DATE = '2019-03-24' unless defined? ::Appium::Core::DATE
end
0 commit comments