diff --git a/.version b/.version
index bcce971f67..222951c78f 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.14.1
+5.14.2
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 5504b2da76..031415e8dc 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,11 +1,6 @@
## RevenueCat SDK
### 🐞 Bugfixes
-* Always call readyForPromotedProduct on the main actor (#4584) via Will Taylor (@fire-at-will)
+* Revert "Always call readyForPromotedProduct on the main actor" (#4599) via Will Taylor (@fire-at-will)
### 🔄 Other Changes
-* [WEB-1757] Handle new backend error codes that may show in the redemption endpoint (#4592) via Toni Rico (@tonidero)
-* Update refund granted default string (#4588) via Will Taylor (@fire-at-will)
-* Make web Redemption Link APIs stable (#4591) via Toni Rico (@tonidero)
-* Dont show refund cancelled message when user cancels refund (#4587) via Will Taylor (@fire-at-will)
-* Remove extra beta Customer Center docs (#4585) via Cesar de la Vega (@vegaro)
-* [Paywalls V2] Fix border being hidden by next sibling component (#4523) via Josh Holtz (@joshdholtz)
+* [Paywalls] Fix issues with rounded corners and borders (#4594) via Mark Villacampa (@MarkVillacampa)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index afa897ded0..d99876969c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 5.14.2
+## RevenueCat SDK
+### 🐞 Bugfixes
+* Revert "Always call readyForPromotedProduct on the main actor" (#4599) via Will Taylor (@fire-at-will)
+
+### 🔄 Other Changes
+* [Paywalls] Fix issues with rounded corners and borders (#4594) via Mark Villacampa (@MarkVillacampa)
+
## 5.14.1
## RevenueCat SDK
### 🐞 Bugfixes
diff --git a/RevenueCat.podspec b/RevenueCat.podspec
index 50fb924bd2..cc811e56d4 100644
--- a/RevenueCat.podspec
+++ b/RevenueCat.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCat"
- s.version = "5.14.1"
+ s.version = "5.14.2"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec
index 92e96a66d0..1b5cfc2a3c 100644
--- a/RevenueCatUI.podspec
+++ b/RevenueCatUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCatUI"
- s.version = "5.14.1"
+ s.version = "5.14.2"
s.summary = "UI library for RevenueCat paywalls."
s.description = <<-DESC
diff --git a/Sources/Info.plist b/Sources/Info.plist
index f24e25b1d1..24eed53c72 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@