diff --git a/CHANGELOG.md b/CHANGELOG.md index 447e928f9b4..c3312b86788 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 13.15.0 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * It is now allowed to open old frozen versions with a schema that contains additional classes, but not additional properties. ([PR 6693](https://github.com/realm/realm-core/issues/6693)) ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Properties in the frozen _before_ Realm instance in the client reset callbacks may have had properties reordered which could lead to exceptions if accessed. ([PR 6693](https://github.com/realm/realm-core/issues/6693), since v13.11.0) ### Breaking changes diff --git a/Package.swift b/Package.swift index f0bbc68b775..61fc578e8bb 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "13.14.0" +let versionStr = "13.15.0" let versionPieces = versionStr.split(separator: "-") let versionCompontents = versionPieces[0].split(separator: ".") let versionExtra = versionPieces.count > 1 ? versionPieces[1] : "" diff --git a/dependencies.list b/dependencies.list index 84b171ce75a..0217788342d 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-core -VERSION=13.14.0 +VERSION=13.15.0 OPENSSL_VERSION=3.0.8 ZLIB_VERSION=1.2.13 MDBREALM_TEST_SERVER_TAG=2023-05-05