diff --git a/.version b/.version index ca82b8ef..492932e1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -9.9.1 \ No newline at end of file +9.10.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 73bef596..73e5506d 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,14 +1,8 @@ ## RevenueCat SDK -### 📦 Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.33.1 (#1063) via RevenueCat Git Bot (@RCGitBot) - * [Android 10.19.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.19.1) - * [Android 10.19.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.19.0) - * [Android 10.18.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.18.1) - * [Android 10.18.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.18.0) - * [iOS 5.87.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.87.1) - * [iOS 5.87.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.87.0) - * [iOS 5.86.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.86.0) - * [iOS 5.85.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.85.0) +### ✨ New Features +* feat(singular): add setSingularDeviceID (#1062) via Guillem Corominas (@guillemcorominas) ### 🔄 Other Changes -* chore: don't run danger on main (#1060) via Cesar de la Vega (@vegaro) +* Test purchase forwarding and result parsing (#1011) via Cesar de la Vega (@vegaro) +* chore(deps): bump fastlane-plugin-revenuecat_internal from `7dd9ab9` to `6db1da0` (#1065) via dependabot[bot] (@dependabot[bot]) +* test: cover attribution, logging, and ad-tracking pass-through calls (#1022) via Cesar de la Vega (@vegaro) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9259f850..9a93f0be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 9.10.0 +## RevenueCat SDK +### ✨ New Features +* feat(singular): add setSingularDeviceID (#1062) via Guillem Corominas (@guillemcorominas) + +### 🔄 Other Changes +* Test purchase forwarding and result parsing (#1011) via Cesar de la Vega (@vegaro) +* chore(deps): bump fastlane-plugin-revenuecat_internal from `7dd9ab9` to `6db1da0` (#1065) via dependabot[bot] (@dependabot[bot]) +* test: cover attribution, logging, and ad-tracking pass-through calls (#1022) via Cesar de la Vega (@vegaro) + ## 9.9.1 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/RevenueCat/Plugins/Android/PurchasesWrapper.java b/RevenueCat/Plugins/Android/PurchasesWrapper.java index 1f2c67e2..2bb6a334 100644 --- a/RevenueCat/Plugins/Android/PurchasesWrapper.java +++ b/RevenueCat/Plugins/Android/PurchasesWrapper.java @@ -68,7 +68,7 @@ public class PurchasesWrapper { private static final String POLL_REWARD_VERIFICATION = "_pollRewardVerification"; private static final String PLATFORM_NAME = "unity"; - private static final String PLUGIN_VERSION = "9.9.1"; + private static final String PLUGIN_VERSION = "9.10.0"; private static String gameObject; diff --git a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m index b4b90f71..2e7e8507 100644 --- a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m +++ b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m @@ -849,7 +849,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"9.9.1"; + return @"9.10.0"; } @end diff --git a/RevenueCat/package.json b/RevenueCat/package.json index eab7b644..4d492447 100644 --- a/RevenueCat/package.json +++ b/RevenueCat/package.json @@ -1,6 +1,6 @@ { "name": "com.revenuecat.purchases-unity", - "version": "9.9.1", + "version": "9.10.0", "displayName": "RevenueCat SDK for Unity", "description": "Unity in-app purchases and subscriptions made easy. Supports iOS and Android.", "documentationUrl": "https://www.revenuecat.com/docs", diff --git a/RevenueCatUI/package.json b/RevenueCatUI/package.json index 91ef9d66..dae53af1 100644 --- a/RevenueCatUI/package.json +++ b/RevenueCatUI/package.json @@ -1,6 +1,6 @@ { "name": "com.revenuecat.purchases-ui-unity", - "version": "9.9.1", + "version": "9.10.0", "displayName": "RevenueCat UI SDK for Unity", "description": "Unity UI components for RevenueCat paywalls and customer center. Supports iOS and Android.", "documentationUrl": "https://www.revenuecat.com/docs", diff --git a/VERSIONS.md b/VERSIONS.md index b743b9c6..e703b34b 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common version | Play Billing Library version | Unity IAP compatibility | | ------------- | ----------- | --------------- | -------------- | ---------------------------- | ----------------------------- | +| 9.10.0 | [5.87.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.87.1) | [10.19.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.19.1) | [18.33.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.33.1) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ | | 9.9.1 | [5.87.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.87.1) | [10.19.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.19.1) | [18.33.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.33.1) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ | | 9.8.1 | [5.84.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.84.0) | [10.17.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.17.0) | [18.31.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.31.0) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ | | 9.8.0 | [5.83.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.83.1) | [10.16.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.16.1) | [18.30.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/18.30.0) | [8.3.0](https://developer.android.com/google/play/billing/release-notes) | Unity IAP 5.0.0+ |