diff --git a/CHANGELOG.md b/CHANGELOG.md index d4667380..571d059f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,10 @@ -x.x.x Release notes (yyyy-MM-dd) +2.19.0 Release notes (2018-10-10) ============================================================= ### Enhancements * Added `Realm.subscriptions()` to query active query-based sync subscriptions. This method is in beta and might change in future releases. ([#2052](https://github.com/realm/realm-js/issues/2052)) * Added `Realm.unsubscribe()` to unsubscribe by name an active query-based sync subscription. This method is in beta and might change in future releases. ([#2052](https://github.com/realm/realm-js/issues/2052)) ### Fixed -* ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?) * None. ### Compatibility diff --git a/dependencies.list b/dependencies.list index 65c651d3..ef275037 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-js -VERSION=2.19.0-rc.1 +VERSION=2.19.0-rc.2 REALM_CORE_VERSION=5.10.1 REALM_SYNC_VERSION=3.10.0 REALM_OBJECT_SERVER_VERSION=3.11.1 diff --git a/package.json b/package.json index 7a758587..9a1c3213 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.19.0-rc.1", + "version": "2.19.0-rc.2", "license": "Apache-2.0", "homepage": "https://realm.io", "keywords": [