Update to latest Sync 2.0.2 and ROS rc.5 (#1411)

* Update to latest Sync 2.0.2 and ROS rc.5
* Update CHANGELOG.md
This commit is contained in:
Brian Munkholm 2017-10-13 14:08:25 +02:00 committed by Kenneth Geisshirt
parent bf731a19f3
commit 6b635ce8d4
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
2.0.0 Release notes (2017-10-12)
2.0.0-rc20 Release notes (2017-10-13)
=============================================================
### Breaking changes
* None
@ -12,8 +12,8 @@
* Respect custom Realm paths when using `Realm.open` (#1392 and #1393).
### Internal
* Upgrading to Realm Sync 2.0.0-rc28.
* Upgrading to Realm Object Server 2.0.0-rc.4.
* Upgrading to Realm Sync 2.0.2.
* Upgrading to Realm Object Server 2.0.0-rc.5.
* OpenSSL for Android is distributed in a separate package, and the build system needed updates to accommendate this.
* Added `-fvisibility=hidden` to Android builds (reduces size of `.so` file).
* Add `Session._overrideServer` to force an existing session to connect to a different server.

View File

@ -1,5 +1,5 @@
PACKAGE_NAME=realm-js
VERSION=2.0.0-rc21
REALM_CORE_VERSION=4.0.2
REALM_SYNC_VERSION=2.0.1
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.4
REALM_SYNC_VERSION=2.0.2
REALM_OBJECT_SERVER_VERSION=2.0.0-rc.5