diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4a39b2d64..36a7c1fc6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 13.14.0 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * Support sort/distinct based on values from a dictionary e.g. `TRUEPREDICATE SORT(meta['age'])` (PR [#5311](https://github.com/realm/realm-core/pull/5311)) ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Fix the query parser needs to copy list of arguments and own the memory. ([#6674](https://github.com/realm/realm-core/pull/6674), since v12.5.0) * Fixed a potential crash when opening the realm after failing to download a fresh FLX realm during an automatic client reset ([#6494](https://github.com/realm/realm-core/issues/6494), since v12.3.0) diff --git a/Package.swift b/Package.swift index b4a4fde21d7..910c8930024 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "13.13.0" +let versionStr = "13.14.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 82cfadc920a..84b171ce75a 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-core -VERSION=13.13.0 +VERSION=13.14.0 OPENSSL_VERSION=3.0.8 ZLIB_VERSION=1.2.13 MDBREALM_TEST_SERVER_TAG=2023-05-05