diff --git a/CHANGELOG.md b/CHANGELOG.md index e8a1f78afd..9a3e22b747 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,25 +1,19 @@ -x.y.z Release notes (yyyy-MM-dd) +10.45.3 Release notes (2024-01-08) ============================================================= + ### Enhancements + * Update release packaging for Xcode 15.2. Prebuilt binaries for 14.1 and 15.0 have now been dropped from the release package. -### 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.2.0. * CocoaPods: 1.10 or later. * Xcode: 14.2-15.2.0. -### Internal -* Upgraded realm-core from ? to ? - 10.45.2 Release notes (2023-12-22) ============================================================= diff --git a/Package.swift b/Package.swift index 762cb5b10e..fce2c2c259 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("13.25.1") -let cocoaVersion = Version("10.45.2") +let cocoaVersion = Version("10.45.3") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index bd646782cf..7b9680e5a1 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.45.2 + 10.45.3 CFBundleSignature ???? CFBundleVersion - 10.45.2 + 10.45.3 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 7a989aaae8..1b7184e1a4 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.45.2 +VERSION=10.45.3 REALM_CORE_VERSION=13.25.1 STITCH_VERSION=8bf8ebcff6e804586c30a6ccbadb060753071a42