From 29aba10d5528a205ae4ad1e07a707cba2470b7d7 Mon Sep 17 00:00:00 2001 From: Nicola Cabiddu Date: Fri, 21 Apr 2023 10:16:42 +0100 Subject: [PATCH] release core 13.9.2 --- CHANGELOG.md | 4 +--- Package.swift | 2 +- dependencies.list | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2773a9cdab3..8c0ef4d0115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,9 @@ -# NEXT RELEASE +# 13.9.2 Release notes ### Enhancements -* (PR [#????](https://github.com/realm/realm-core/pull/????)) * Improve performance of equality queries on a non-indexed mixed property by about 30%. ([#6506](https://github.com/realm/realm-core/issues/6506)) ### Fixed -* ([#????](https://github.com/realm/realm-core/issues/????), since v?.?.?) * Fix a build error due to an installed header depending on a non-installed on (since v13.9.1). ### Breaking changes diff --git a/Package.swift b/Package.swift index 96fe50ebee9..511001c5d58 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription import Foundation -let versionStr = "13.9.1" +let versionStr = "13.9.2" 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 a443e32dc27..4e1f1a29c83 100644 --- a/dependencies.list +++ b/dependencies.list @@ -1,5 +1,5 @@ PACKAGE_NAME=realm-core -VERSION=13.9.1 +VERSION=13.9.2 OPENSSL_VERSION=3.0.8 WIN32_ZLIB_VERSION=1.2.13 MDBREALM_TEST_SERVER_TAG=2023-04-13