From dea51e1e9b2219689cf27b44a0206135b984f9cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:27:24 +0200 Subject: [PATCH] Prepare for release 14.11.1 (#7924) Co-authored-by: nicola-cab <1497069+nicola-cab@users.noreply.github.com> --- CHANGELOG.md | 4 +--- Package.swift | 2 +- dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8e6d20a6..64c23c5c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 14.11.1 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * None. ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * App subscription callback was getting fired before the user profile was retrieved on login, leading to an empty user profile when using the callback. ([#7889](https://github.com/realm/realm-core/issues/7889), since v14.7.0) ### Breaking changes diff --git a/Package.swift b/Package.swift index 0be8343584..13f36481e4 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "14.11.0" +let versionStr = "14.11.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 8b064ac979..e9f49bfa89 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,5 +1,5 @@ PACKAGE_NAME: realm-core -VERSION: 14.11.0 +VERSION: 14.11.1 OPENSSL_VERSION: 3.2.0 ZLIB_VERSION: 1.2.13 # https://github.com/10gen/baas/commits