diff --git a/.version b/.version
index 555a95a7..55ecf6fe 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-10.5.1
\ No newline at end of file
+10.6.0
\ No newline at end of file
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index 1fdb3e80..9f63fb30 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,5 +1,2 @@
### Dependency Updates
-* [AUTOMATIC] iOS 4.41.0 => 4.41.1 (#804) via RevenueCat Git Bot (@RCGitBot)
-* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#802) via dependabot[bot] (@dependabot[bot])
-### Other Changes
-* Add api-extractor to automate API tests (#796) via Toni Rico (@tonidero)
+* [AUTOMATIC] Android 7.9.0 => 7.10.0 (#806) via RevenueCat Git Bot (@RCGitBot)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92002877..b03aa1ea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 10.6.0
+### Dependency Updates
+* [AUTOMATIC] Android 7.9.0 => 7.10.0 (#806) via RevenueCat Git Bot (@RCGitBot)
+
## 10.5.1
### Dependency Updates
* [AUTOMATIC] iOS 4.41.0 => 4.41.1 (#804) via RevenueCat Git Bot (@RCGitBot)
diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec
index 345c1f42..e8dafb7e 100644
--- a/PurchasesHybridCommon.podspec
+++ b/PurchasesHybridCommon.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommon"
- s.version = "10.5.1"
+ s.version = "10.6.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 0edffce7..54137743 100644
--- a/PurchasesHybridCommonUI.podspec
+++ b/PurchasesHybridCommonUI.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PurchasesHybridCommonUI"
- s.version = "10.5.1"
+ s.version = "10.6.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 7b5deaa0..9558f377 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=10.5.1
+VERSION_NAME=10.6.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 f243a413..a4fb54f6 100644
--- a/ios/PurchasesHybridCommon/Info.plist
+++ b/ios/PurchasesHybridCommon/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 10.5.1
+ 10.6.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
index 8884fc02..b179c59d 100644
--- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
+++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
$(PRODUCT_BUNDLE_PACKAGE_TYPE)
CFBundleShortVersionString
- 10.5.1
+ 10.6.0
CFBundleVersion
1
diff --git a/typescript/package.json b/typescript/package.json
index 13e82a7f..1e7506f6 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": "10.5.1",
+ "version": "10.6.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",