diff --git a/CHANGELOG.md b/CHANGELOG.md index dd40e1a8ff..69048190e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 14.12.1 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * None. ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Using an empty KeyPath in C API would result in no filtering being done ([#7805](https://github.com/realm/realm-core/issues/7805), since v13.24.0) * Filtering notifications with backlink columns as last element could sometimes give wrong results ([#7530](https://github.com/realm/realm-core/issues/7530), since v11.1.0) * Fix crash during client app shutdown when Logger log level is set higher than Info. ([#7969](https://github.com/realm/realm-core/issues/7969), since v13.23.3) diff --git a/Package.swift b/Package.swift index bbd07e429a..fa1e1f5095 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "14.12.0" +let versionStr = "14.12.1" 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 b309513d2a..3bf50ca20f 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,5 +1,5 @@ PACKAGE_NAME: realm-core -VERSION: 14.12.0 +VERSION: 14.12.1 OPENSSL_VERSION: 3.3.1 ZLIB_VERSION: 1.2.13 # https://github.com/10gen/baas/commits