diff --git a/CHANGELOG.md b/CHANGELOG.md index 3503cedaef..9546251377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,28 +1,22 @@ -x.y.z Release notes (yyyy-MM-dd) +10.44.0 Release notes (2023-10-29) ============================================================= + ### Enhancements + * Expose `SyncSession.reconnect()`, which requests an immediate reconnection if the session is currently disconnected rather than waiting for the normal reconnect delay. * Update release packaging for Xcode 15.1 beta. visionOS slices are now only included for 15.1 rather than splicing them into the non-beta 15.0 release. -### Fixed -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) -* None. - - - ### Compatibility + * Realm Studio: 14.0.1 or later. * APIs are backwards compatible with all previous releases in the 10.x.y series. * Carthage release for Swift is built with Xcode 15.0.0. * CocoaPods: 1.10 or later. * Xcode: 14.1-15.0.0. -### Internal -* Upgraded realm-core from ? to ? - 10.43.1 Release notes (2023-10-13) ============================================================= diff --git a/Package.swift b/Package.swift index a96b04a0e8..0e978fbea1 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("13.23.1") -let cocoaVersion = Version("10.43.1") +let cocoaVersion = Version("10.44.0") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 6b7b8871b0..a22ec6dae5 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.43.1 + 10.44.0 CFBundleSignature ???? CFBundleVersion - 10.43.1 + 10.44.0 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index eb44458e80..57ace633bd 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.43.1 +VERSION=10.44.0 REALM_CORE_VERSION=13.23.1 STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7