diff --git a/.version b/.version
index 7daa13a179..84197c8946 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.4.0-SNAPSHOT
+5.3.2
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 95be9b0a63..c5316deee2 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,21 +1,6 @@
### Bugfixes
-* Fix `compatibleTopBarTrailing` in MacOS and api tests (#4226) via Cesar de la Vega (@vegaro)
-* [Paywall] Fix restoreStarted not being called on `presentPaywallIfNeeded` when using `requiredEntitlementIdentifier` (#4223) via Josh Holtz (@joshdholtz)
-* [CustomerCenter] Move sheet and restore alert creation to `ManageSubscriptionsView` (#4220) via Cesar de la Vega (@vegaro)
-* [EXTERNAL] `Custom Entitlements Computation`: fix support display on debug screen (#4215) by @NachoSoto (#4218) via Toni Rico (@tonidero)
-* [Customer Center] Add padding to `No thanks` in promotional offer screen (#4221) via Cesar de la Vega (@vegaro)
-* Fix version number in plist files (#4213) via Cesar de la Vega (@vegaro)
-* fix mac os sandbox check slowness (#3879) via Andy Boedo (@aboedo)
-* [Customer Center] Fix `FeedbackSurveyView` not opening (#4208) via Cesar de la Vega (@vegaro)
-* Remove `unneeded_override` disable to fix linter (#4209) via Cesar de la Vega (@vegaro)
-### Dependency Updates
-* Bump rexml from 3.3.3 to 3.3.6 in /Tests/InstallationTests/CocoapodsInstallation (#4210) via dependabot[bot] (@dependabot[bot])
-* Bump rexml from 3.3.3 to 3.3.6 (#4211) via dependabot[bot] (@dependabot[bot])
+* [Customer Center] Build `WrongPlatformView` from JSON (#4234) via Cesar de la Vega (@vegaro)
+* Add `feedbackSurveyCompleted` event to Customer Center events (#4194) via Cesar de la Vega (@vegaro)
### Other Changes
-* Update readme wording (#3914) via James Borthwick (@jamesrb1)
-* Set a maximum duration for iOS 15 tests (#4229) via Cesar de la Vega (@vegaro)
-* Paywall Components Initial Commit (#4224) via James Borthwick (@jamesrb1)
-* [CustomerCenter] Open App Store when the user wants to update their app (#4199) via JayShortway (@JayShortway)
-* [Customer Center] Shows a warning when the app is not the latest version (#4193) via JayShortway (@JayShortway)
-* Fix integration tests simulator version (#4219) via Cesar de la Vega (@vegaro)
-* Pin swift-docc-plugin to 1.3.0 (#4216) via James Borthwick (@jamesrb1)
+* [Diagnostics] Add `backend_error_code` property (#4236) via Toni Rico (@tonidero)
+* Update README.md (#3986) via Khoa (@onmyway133)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a92cbe4a64..b5c21159ad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 5.3.2
+### Bugfixes
+* [Customer Center] Build `WrongPlatformView` from JSON (#4234) via Cesar de la Vega (@vegaro)
+* Add `feedbackSurveyCompleted` event to Customer Center events (#4194) via Cesar de la Vega (@vegaro)
+### Other Changes
+* [Diagnostics] Add `backend_error_code` property (#4236) via Toni Rico (@tonidero)
+* Update README.md (#3986) via Khoa (@onmyway133)
+
## 5.3.1
### Bugfixes
* Fix `compatibleTopBarTrailing` in MacOS and api tests (#4226) via Cesar de la Vega (@vegaro)
diff --git a/RevenueCat.podspec b/RevenueCat.podspec
index 000f656172..4627c34c6e 100644
--- a/RevenueCat.podspec
+++ b/RevenueCat.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCat"
- s.version = "5.4.0-SNAPSHOT"
+ s.version = "5.3.2"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec
index 3d3ca227b9..2443965288 100644
--- a/RevenueCatUI.podspec
+++ b/RevenueCatUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCatUI"
- s.version = "5.4.0-SNAPSHOT"
+ s.version = "5.3.2"
s.summary = "UI library for RevenueCat paywalls."
s.description = <<-DESC
diff --git a/Sources/Info.plist b/Sources/Info.plist
index c08a959252..0cb0d7f881 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@