Skip to content

Commit

Permalink
Release 3.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgoyne committed Apr 4, 2019
1 parent fb9e8bc commit 22e998c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
x.y.z Release notes (yyyy-MM-dd)
3.14.1 Release notes (2019-04-04)
=============================================================
### Enhancements
* None.

### Fixed
* <How to hit and notice issue? what was the impact?> ([#????](https://github.com/realm/realm-js/issues/????), since v?.?.?)

* Fix "Cannot find interface declaration for 'RealmSwiftObject', superclass of
'MyRealmObjectClass'" errors when building for a simulator with Xcode 10.2
with "Install Objective-C Compatibility Header" enabled.

<!-- ### Breaking Changes - ONLY INCLUDE FOR NEW MAJOR version -->

### 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.14.0 Release notes (2019-03-27)
=============================================================
Expand Down
4 changes: 2 additions & 2 deletions Realm/Realm-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.14.0</string>
<string>3.14.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.14.0</string>
<string>3.14.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.14.0
VERSION=3.14.1
REALM_CORE_VERSION=5.14.0
REALM_SYNC_VERSION=3.15.1
REALM_OBJECT_SERVER_VERSION=3.13.1

0 comments on commit 22e998c

Please sign in to comment.