diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1225daffe9..519a66f7f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,23 +1,18 @@
-x.y.z Release notes (yyyy-MM-dd)
+10.38.1 Release notes (2023-04-25)
=============================================================
-### Enhancements
-* None.
### Fixed
-* The error handler set on EventsConfiguration was not actually used (since v10.26.0).
-
+* The error handler set on EventsConfiguration was not actually used (since v10.26.0).
### Compatibility
+
* Realm Studio: 13.0.2 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.
* CocoaPods: 1.10 or later.
* Xcode: 13.4-14.3.
-### Internal
-* Upgraded realm-core from ? to ?
-
10.38.0 Release notes (2023-03-31)
=============================================================
diff --git a/Package.swift b/Package.swift
index c5b974c3ab..380764632a 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
import Foundation
let coreVersionStr = "13.9.0"
-let cocoaVersionStr = "10.38.0"
+let cocoaVersionStr = "10.38.1"
let coreVersionPieces = coreVersionStr.split(separator: ".")
let coreVersionExtra = coreVersionPieces[2].split(separator: "-")
diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist
index 9b53dfcc97..18450358d2 100644
--- a/Realm/Realm-Info.plist
+++ b/Realm/Realm-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 10.38.0
+ 10.38.1
CFBundleSignature
????
CFBundleVersion
- 10.38.0
+ 10.38.1
NSHumanReadableCopyright
Copyright © 2014-2021 Realm. All rights reserved.
NSPrincipalClass
diff --git a/dependencies.list b/dependencies.list
index 7cb4a0a655..254c8c6c27 100755
--- a/dependencies.list
+++ b/dependencies.list
@@ -1,3 +1,3 @@
-VERSION=10.38.0
+VERSION=10.38.1
REALM_CORE_VERSION=13.9.0
STITCH_VERSION=71030fb0bd4dbde1ee7e90d7abbf8168b1881772