diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4cfce8..0a2a9607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -2.3.0-alpha.2 Release notes (2018-1-31) +2.3.0-alpha.3 Release notes (2018-2-1) ============================================================= ### Breaking changes * Sync protocol changed to version 24. @@ -7,6 +7,7 @@ ### Enhancements * Reduced initial download times in Realms with long transaction histories. +* Wait for pending notifications to complete when removing a sync listener (1648). ### Bug fixes * None. diff --git a/dependencies.list b/dependencies.list index 4e5c4ded..c1ba740c 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=2.3.0-alpha.2 +VERSION=2.3.0-alpha.3 REALM_CORE_VERSION=5.1.2 REALM_SYNC_VERSION=3.0.0-alpha.2 REALM_OBJECT_SERVER_VERSION=2.5.1 diff --git a/package.json b/package.json index ae0ec5b0..a273f52b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", - "version": "2.3.0-alpha.2", + "version": "2.3.0-alpha.3", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [