Skip to content

Commit c430740

Browse files
committed
Release 3.0.4
1 parent 7691c07 commit c430740

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ Read `release_notes.md` for commit level details.
99

1010
### Bug fixes
1111

12+
## [3.0.4] - 2019-03-24
13+
14+
### Enhancements
15+
- Add `pixelFormat` argument in screen record for iOS
16+
17+
### Bug fixes
18+
1219
### Deprecations
1320

1421
## [3.0.3] - 2019-03-11

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.0.3' unless defined? ::Appium::Core::VERSION
18-
DATE = '2019-03-11' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.0.4' unless defined? ::Appium::Core::VERSION
18+
DATE = '2019-03-24' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)