diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95df1c0ce6..ca5cbec4f8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,8 @@
-x.y.z Release notes (yyyy-MM-dd)
+5.4.7 Release notes (2020-09-30)
=============================================================
-### Enhancements
-* None.
### Fixed
+
* Equality queries on indexed string properties would sometimes throw "key not
found" exceptions if the hash of the string happened to have bit 62 set.
([.NET #2025](https://github.com/realm/realm-dotnet/issues/2025), since v5.0.0).
@@ -11,6 +10,7 @@ x.y.z Release notes (yyyy-MM-dd)
were comparing against zero instead (since v5.0.0).
### Compatibility
+
* File format: Generates Realms with format v11 (Reads and upgrades all previous formats)
* Realm Object Server: 3.21.0 or later.
* Realm Studio: 5.0.0 or later.
@@ -18,6 +18,7 @@ x.y.z Release notes (yyyy-MM-dd)
* Carthage release for Swift is built with Xcode 12.
### Internal
+
* Upgraded realm-core from v6.1.2 to v6.1.3
* Upgraded realm-sync from v5.0.27 to v5.0.28
@@ -28,7 +29,6 @@ x.y.z Release notes (yyyy-MM-dd)
than SPM. All changes listed there actually happened in this version for
non-SPM installation methods.
-
### Compatibility
* File format: Generates Realms with format v11 (Reads and upgrades all previous formats)
diff --git a/Package.swift b/Package.swift
index 981be9a118..bb5b49f8f7 100644
--- a/Package.swift
+++ b/Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
import Foundation
let coreVersionStr = "6.1.3"
-let cocoaVersionStr = "5.4.6"
+let cocoaVersionStr = "5.4.7"
let coreVersionPieces = coreVersionStr.split(separator: ".")
let coreVersionExtra = coreVersionPieces[2].split(separator: "-")
diff --git a/Realm/Realm-Info.plist b/Realm/Realm-Info.plist
index 8075126ddb..b4196b6b3b 100644
--- a/Realm/Realm-Info.plist
+++ b/Realm/Realm-Info.plist
@@ -17,11 +17,11 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.4.6
+ 5.4.7
CFBundleSignature
????
CFBundleVersion
- 5.4.6
+ 5.4.7
NSHumanReadableCopyright
Copyright © 2014 Realm. All rights reserved.
NSPrincipalClass
diff --git a/dependencies.list b/dependencies.list
index b9d666cf8a..07b391164b 100644
--- a/dependencies.list
+++ b/dependencies.list
@@ -1,4 +1,4 @@
-VERSION=5.4.6
+VERSION=5.4.7
REALM_CORE_VERSION=6.1.3
REALM_SYNC_VERSION=5.0.28
REALM_OBJECT_SERVER_VERSION=3.28.5