From 117c1cbf2b96eaa1bf51562e4f45d3649b3bdad2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 21:02:15 +0200 Subject: [PATCH] Prepare for release 14.11.2 (#7939) Co-authored-by: nicola-cab <1497069+nicola-cab@users.noreply.github.com> --- CHANGELOG.md | 3 +-- Package.swift | 2 +- dependencies.yml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 192c37e1a1..6ac4872ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ -# NEXT RELEASE +# 14.11.2 Release notes ### Enhancements * Sync log statements now include the app services connection id in their prefix (e.g `Connection[1:] Session[1]: log message`) to make correlating sync activity to server logs easier during troubleshooting ((PR #7849)[https://github.com/realm/realm-core/pull/7849]). ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Sync client may report duplicate compensating write errors ([#7708](https://github.com/realm/realm-core/issues/7708), since v14.8.0). ### Breaking changes diff --git a/Package.swift b/Package.swift index 13f36481e4..6bf7f75145 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "14.11.1" +let versionStr = "14.11.2" 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 e9f49bfa89..45bf8cf0af 100644 --- a/dependencies.yml +++ b/dependencies.yml @@ -1,5 +1,5 @@ PACKAGE_NAME: realm-core -VERSION: 14.11.1 +VERSION: 14.11.2 OPENSSL_VERSION: 3.2.0 ZLIB_VERSION: 1.2.13 # https://github.com/10gen/baas/commits