diff --git a/.version b/.version
index fff6bf31..e3384b38 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.2.3
\ No newline at end of file
+5.2.4
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 84fc30eb..5eae2538 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,4 +1,5 @@
### Bugfixes
-* Android: retrieve free trial period from the free phase (#446) via Mark Villacampa (@MarkVillacampa)
-### Dependency Updates
-* Bump fastlane-plugin-revenuecat_internal from `13773d2` to `b2108fb` (#443) via dependabot[bot] (@dependabot[bot])
+* Fix free trial and intro price to derive from defaultOption (#449) via Josh Holtz (@joshdholtz)
+### Other Changes
+* `.composite-enable`: fixed file reference (#450) via NachoSoto (@NachoSoto)
+* CI: wait until pods have been pushed to trigger dependent updates (#448) via Mark Villacampa (@MarkVillacampa)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86fbee72..f58fff1d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## 5.2.4
+### Bugfixes
+* Fix free trial and intro price to derive from defaultOption (#449) via Josh Holtz (@joshdholtz)
+### Other Changes
+* `.composite-enable`: fixed file reference (#450) via NachoSoto (@NachoSoto)
+* CI: wait until pods have been pushed to trigger dependent updates (#448) via Mark Villacampa (@MarkVillacampa)
+
## 5.2.3
### Bugfixes
* Android: retrieve free trial period from the free phase (#446) via Mark Villacampa (@MarkVillacampa)
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index bd2d8745..3adee5b2 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "5.2.3"
+ s.version = "5.2.4"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/android/build.gradle b/android/build.gradle
index b80cfa39..8b15d100 100644
--- a/android/build.gradle
+++ b/android/build.gradle
@@ -48,7 +48,7 @@ android {
minSdkVersion 14
targetSdkVersion 33
versionCode 1
- versionName "5.2.3"
+ versionName "5.2.4"
consumerProguardFiles 'consumer-rules.pro'
}
diff --git a/android/gradle.properties b/android/gradle.properties
index c57ac72d..fbbce7df 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -22,7 +22,7 @@ kotlin.code.style=official
# Maven
GROUP=com.revenuecat.purchases
-VERSION_NAME=5.2.3
+VERSION_NAME=5.2.4
POM_NAME=purchases-hybrid-common
POM_PACKAGING=aar
POM_ARTIFACT_ID=purchases-hybrid-common
diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist
index cdd82576..77004101 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.2.3
+ 5.2.4
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index 4c08982e..639cddf2 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 5.2.3
+ 5.2.4
CFBundleVersion
1