diff --git a/CHANGELOG.md b/CHANGELOG.md index 239a00ae99..56f6678451 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,8 @@ -x.y.z Release notes (yyyy-MM-dd) +10.42.1 Release notes (2023-08-28) ============================================================= -### Enhancements -* None. ### Fixed -* ([#????](https://github.com/realm/realm-swift/issues/????), since v?.?.?) + * The names of the prebuilt zips for SPM have changed to avoid having Carthage download them instead of the intended Carthage zip ([#8326](https://github.com/realm/realm-swift/issues/8326), since v10.42.0). @@ -13,18 +11,14 @@ x.y.z Release notes (yyyy-MM-dd) ([#8339](https://github.com/realm/realm-swift/issues/8339), since 10.42.0). * Fix visionOS compilation with Xcode beta 7. - - ### 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 14.3.1. * CocoaPods: 1.10 or later. * Xcode: 14.1-15 beta 7. -### Internal -* Upgraded realm-core from ? to ? - 10.42.0 Release notes (2023-07-30) ============================================================= diff --git a/Package.swift b/Package.swift index 0ce188f80f..56d06cdba4 100644 --- a/Package.swift +++ b/Package.swift @@ -4,7 +4,7 @@ import PackageDescription import Foundation let coreVersion = Version("13.17.1") -let cocoaVersion = Version("10.42.0") +let cocoaVersion = Version("10.42.1") let cxxSettings: [CXXSetting] = [ .headerSearchPath("."), diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist index 864c296e50..4eb9e3704d 100644 --- a/Realm/Realm-Info.plist +++ b/Realm/Realm-Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 10.42.0 + 10.42.1 CFBundleSignature ???? CFBundleVersion - 10.42.0 + 10.42.1 NSHumanReadableCopyright Copyright © 2014-2021 Realm. All rights reserved. NSPrincipalClass diff --git a/dependencies.list b/dependencies.list index 87c6297524..af1f7af782 100755 --- a/dependencies.list +++ b/dependencies.list @@ -1,3 +1,3 @@ -VERSION=10.42.0 +VERSION=10.42.1 REALM_CORE_VERSION=13.17.1 STITCH_VERSION=1eb31b87154cf7af6cbe50ab2732e2856ca499c7