diff --git a/CHANGELOG.md b/CHANGELOG.md index 6824baf12a..5226754208 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 10.10.0 (YYYY-MM-DD) +## 10.10.0 (2022-01-18) ### Enhancements * [RealmApp] Add support for a new mode for synchronized realms: Flexible Sync that only synchronizes selective parts of the backend data. The following classes have been added to support this: `Subscription`, `SubscriptionSet` and `MutableSubscriptionSet`. This mode and all APIs are marked as Beta. diff --git a/version.txt b/version.txt index ec0f6d8a14..4843a6d662 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -10.10.0-SNAPSHOT \ No newline at end of file +10.10.0 \ No newline at end of file