Skip to content

Commit

Permalink
Release 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Oct 19, 2018
1 parent b0b6de9 commit e2c7197
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions 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
Expand All @@ -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)
=============================================================
Expand Down Expand Up @@ -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)
=============================================================

Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.11.0</string>
<string>3.11.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.11.0</string>
<string>3.11.1</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2014 Realm. All rights reserved.</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion 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

0 comments on commit e2c7197

Please sign in to comment.