diff --git a/CHANGELOG.md b/CHANGELOG.md index efbcf7c1dd..3108745ded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,8 @@ x.x.x Release notes (yyyy-MM-dd) * `SyncSession.Progress.fractionTransferred` now returns 1 if there are no transferrable bytes. * Fix compilation issues with Xcode 8.3 beta 2. +* Fix incorrect sync progress notification values for Realms originally created + using a version of Realm prior to 2.3.0. 2.4.2 Release notes (2017-01-30) ============================================================= diff --git a/dependencies.list b/dependencies.list index 039b628e2c..1be9b840e5 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,4 +1,4 @@ VERSION=2.4.2 REALM_CORE_VERSION=2.3.1 -REALM_SYNC_VERSION=1.0.4 +REALM_SYNC_VERSION=1.1.0 REALM_OBJECT_SERVER_VERSION=1.0.2