From e2c7197401fc46d7411d9e083b38448647b13d2d Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 19 Oct 2018 14:11:27 -0700 Subject: [PATCH] Release 3.11.1 --- CHANGELOG.md | 8 +++----- Realm/Realm-Info.plist | 4 ++-- dependencies.list | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d836115e6a..3450ff70a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,8 @@ -x.y.z Release notes (yyyy-MM-dd) +3.11.1 Release notes (2018-10-19) ============================================================= -### Enhancements -* None. ### Fixed + * Fix `SyncUser.requestEmailConfirmation` not triggering the email confirmation flow on ROS. (PR [#5953](https://github.com/realm/realm-cocoa/pull/5953), since 3.5.0) * Add some missing validation in the getters and setters of properties on @@ -13,9 +12,9 @@ x.y.z Release notes (yyyy-MM-dd) (PR [#5952](https://github.com/realm/realm-cocoa/pull/5952), since 2.8.0) ### Compatibility + * File format: Generates Realms with format v9 (Reads and upgrades all previous formats) * Realm Object Server: 3.11.0 or later. -* APIs are backwards compatible with all previous releases in the 3.x.y series. 3.11.0 Release notes (2018-10-04) ============================================================= @@ -46,7 +45,6 @@ x.y.z Release notes (yyyy-MM-dd) ### Internal * Update to Sync 3.12.2. - 3.10.0 Release notes (2018-09-19) ============================================================= diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 0f575491c8..b00db5f787 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.11.0 + 3.11.1 CFBundleSignature ???? CFBundleVersion - 3.11.0 + 3.11.1 NSHumanReadableCopyright Copyright © 2014 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 044b611ae7..a5d4f4bf9d 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,4 +1,4 @@ -VERSION=3.11.0 +VERSION=3.11.1 REALM_CORE_VERSION=5.10.2 REALM_SYNC_VERSION=3.12.2 REALM_OBJECT_SERVER_VERSION=3.11.5