diff --git a/.version b/.version
index 510cd5b5..237ae426 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-13.14.0
\ No newline at end of file
+13.15.0
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 7b847913..afb80861 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,3 +1,6 @@
## RevenueCat SDK
### ✨ New Features
-* Add diagnostics support (#995) via Toni Rico (@tonidero)
+* Add `parseAsWebPurchaseRedemption` API to iOS (#1004) via Toni Rico (@tonidero)
+
+### 🔄 Other Changes
+* Update docstring for diagnostics to clarify meaning (#1001) via Toni Rico (@tonidero)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 07b45c11..728cc46c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 13.15.0
+## RevenueCat SDK
+### ✨ New Features
+* Add `parseAsWebPurchaseRedemption` API to iOS (#1004) via Toni Rico (@tonidero)
+
+### 🔄 Other Changes
+* Update docstring for diagnostics to clarify meaning (#1001) via Toni Rico (@tonidero)
+
## 13.14.0
## RevenueCat SDK
### ✨ New Features
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index 04a0b23a..2dd2d66e 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "13.14.0"
+ s.version = "13.15.0"
s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/PurchasesHybridCommonUI.podspec b/PurchasesHybridCommonUI.podspec
index 17a54601..2fffd767 100644
--- a/PurchasesHybridCommonUI.podspec
+++ b/PurchasesHybridCommonUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommonUI"
- s.version = "13.14.0"
+ s.version = "13.15.0"
s.summary = "Common files for hybrid SDKs for RevenueCat UI"
s.description = <<-DESC
diff --git a/android/gradle.properties b/android/gradle.properties
index 713ff0e6..9114153c 100644
--- a/android/gradle.properties
+++ b/android/gradle.properties
@@ -23,7 +23,7 @@ kotlin.code.style=official
android.nonTransitiveRClass=true
GROUP=com.revenuecat.purchases
-VERSION_NAME=13.14.0
+VERSION_NAME=13.15.0
POM_DESCRIPTION=Mobile subscriptions in hours, not months.
POM_URL=https://github.com/RevenueCat/purchases-hybrid-common
diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist
index b6e92f05..35d1e38e 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 13.14.0
+ 13.15.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
index 8d44346e..ec1ba3d9 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift
@@ -9,5 +9,5 @@
import Foundation
internal struct Constants {
- static let hybridCommonVersion = "13.14.0"
+ static let hybridCommonVersion = "13.15.0"
}
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index a078c74a..d147c590 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 13.14.0
+ 13.15.0
CFBundleVersion
1
diff --git a/typescript/package.json b/typescript/package.json
index 770097fb..59bb7da3 100644
--- a/typescript/package.json
+++ b/typescript/package.json
@@ -1,7 +1,7 @@
{
"name": "@revenuecat/purchases-typescript-internal",
"title": "Purchases typescript internal shared code",
- "version": "13.14.0",
+ "version": "13.15.0",
"description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.",
"main": "dist/index.js",
"types": "dist/index.d.ts",