diff --git a/CHANGELOG.md b/CHANGELOG.md index afd9b7f18fa..4dfee884e5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,12 @@ -# NEXT RELEASE +# 14.9.0 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * Report the originating error that caused a client reset to occur. ([#6154](https://github.com/realm/realm-core/issues/6154)) ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Add a missing file from the bid library to the android blueprint. (PR [#7738](https://github.com/realm/realm-core/pull/7738)) -<<<<<<< HEAD * After compacting, a file upgrade would be triggered. This could cause loss of data if schema mode is SoftResetFile ([#7747](https://github.com/realm/realm-core/issues/7747), since 14.0.0) -======= * Add missing `REALM_APP_SERVICES` flag to the android blueprint. (PR [#7755](https://github.com/realm/realm-core/pull/7755)) ->>>>>>> master ### Breaking changes * None. diff --git a/Package.swift b/Package.swift index 956827d1e70..e9a9adb630f 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "14.8.0" +let versionStr = "14.9.0" let versionPieces = versionStr.split(separator: "-") let versionCompontents = versionPieces[0].split(separator: ".") let versionExtra = versionPieces.count > 1 ? versionPieces[1] : "" diff --git a/dependencies.yml b/dependencies.yml index 4741e393d93..2e96274e8cb 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,5 +1,5 @@ PACKAGE_NAME: realm-core -VERSION: 14.8.0 +VERSION: 14.9.0 OPENSSL_VERSION: 3.2.0 ZLIB_VERSION: 1.2.13 # https://github.com/10gen/baas/commits