diff --git a/.version b/.version
index f04a5e542d..c207c37bc1 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-4.40.0-SNAPSHOT
+4.39.1
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index e80f3d8d91..5026dc1928 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,7 +1,5 @@
-### RevenueCatUI
-* Add `PaywallView.onRequestedDismissal` modifier and option to pass `dismissRequestedHandler` to `PaywallViewController` (#3738) via Cesar de la Vega (@vegaro)
-### Bugfixes
-* [EXTERNAL] Fix Typos in ReceiptStrings.swift (#3756) via @nickkohrn (#3760) via Cesar de la Vega (@vegaro)
+### Dependency Updates
+* Bump fastlane-plugin-revenuecat_internal from `d23de33` to `8d4d9b1` (#3769) via dependabot[bot] (@dependabot[bot])
### Other Changes
-* Pin xcbeautify version for xcode 14 tests (#3759) via Cesar de la Vega (@vegaro)
-* PaywallsTester: fix compilation (#3753) via Andy Boedo (@aboedo)
+* Add `RC_BILLING` store (#3773) via Toni Rico (@tonidero)
+* Add lane to trigger bumps (#3766) via Cesar de la Vega (@vegaro)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index feac49b608..9a2433ed5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 4.39.1
+### Dependency Updates
+* Bump fastlane-plugin-revenuecat_internal from `d23de33` to `8d4d9b1` (#3769) via dependabot[bot] (@dependabot[bot])
+### Other Changes
+* Add `RC_BILLING` store (#3773) via Toni Rico (@tonidero)
+* Add lane to trigger bumps (#3766) via Cesar de la Vega (@vegaro)
+
## 4.39.0
### RevenueCatUI
* Add `PaywallView.onRequestedDismissal` modifier and option to pass `dismissRequestedHandler` to `PaywallViewController` (#3738) via Cesar de la Vega (@vegaro)
diff --git a/RevenueCat.podspec b/RevenueCat.podspec
index 565ee8fa33..abb9eb8b15 100644
--- a/RevenueCat.podspec
+++ b/RevenueCat.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCat"
- s.version = "4.40.0-SNAPSHOT"
+ s.version = "4.39.1"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec
index feb1e1ff8f..48fdf84235 100644
--- a/RevenueCatUI.podspec
+++ b/RevenueCatUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RevenueCatUI"
- s.version = "4.40.0-SNAPSHOT"
+ s.version = "4.39.1"
s.summary = "UI library for RevenueCat paywalls."
s.description = <<-DESC
diff --git a/Sources/Info.plist b/Sources/Info.plist
index f51673e047..b6252b0569 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@