Skip to content

Commit b1b66a4

Browse files
committed
Release 2.3.0
1 parent 680577d commit b1b66a4

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
@@ -4,6 +4,13 @@ Read `release_notes.md` for commit level details.
44

55
## [Unreleased]
66
### Enhancements
7+
8+
### Bug fixes
9+
10+
### Deprecations
11+
12+
## [2.3.0] - 2019-01-07
13+
### Enhancements
714
- Use `Base64.strict_encode64` when this client sends `Base64` encoded data to server
815
- Follows RFC 4648 format. It should not affect server side which is front Appium node server
916
- Continues to decode base 64 data following `decode64` to accept RFC 2045 format

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '2.2.2'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-12-22'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '2.3.0'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2019-01-07'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)