diff --git a/.version b/.version index 4b49d9bb..468c41f9 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.2.0 \ No newline at end of file +7.2.1 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index f2cec8ce..be96ed05 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,5 +1,4 @@ ## RevenueCat SDK -### ✨ New Features -* Add visionOS support (#471) via Andy Boedo (@aboedo) ### 📦 Dependency Updates -* Bump fastlane from 2.222.0 to 2.223.1 (#509) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#513) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane from 2.223.1 to 2.224.0 (#512) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58b11671..0cc2a33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 7.2.1 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#513) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane from 2.223.1 to 2.224.0 (#512) via dependabot[bot] (@dependabot[bot]) + ## 7.2.0 ## RevenueCat SDK ### ✨ New Features diff --git a/RevenueCat/Plugins/Android/PurchasesWrapper.java b/RevenueCat/Plugins/Android/PurchasesWrapper.java index 5ba5a754..e3f0d9ac 100644 --- a/RevenueCat/Plugins/Android/PurchasesWrapper.java +++ b/RevenueCat/Plugins/Android/PurchasesWrapper.java @@ -52,7 +52,7 @@ public class PurchasesWrapper { private static final String HANDLE_LOG = "_handleLog"; private static final String PLATFORM_NAME = "unity"; - private static final String PLUGIN_VERSION = "7.2.0"; + private static final String PLUGIN_VERSION = "7.2.1"; private static String gameObject; diff --git a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m index e5b92769..9de57751 100644 --- a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m +++ b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m @@ -489,7 +489,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.2.0"; + return @"7.2.1"; } @end diff --git a/RevenueCat/package.json b/RevenueCat/package.json index 115188d9..d1c3d673 100644 --- a/RevenueCat/package.json +++ b/RevenueCat/package.json @@ -1,6 +1,6 @@ { "name": "com.revenuecat.purchases-unity", - "version": "7.2.0", + "version": "7.2.1", "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/VERSIONS.md b/VERSIONS.md index a0c828f0..5a26db8b 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 | | ------------- | ----------- | --------------- | -------------- | ---------------------------- | ----------------------------- | +| 7.2.1 | [5.6.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.6.0) | [8.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.0) | [13.5.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.5.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible | | 7.2.0 | [5.3.4](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.4) | [8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) | [13.3.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.3.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible | | 7.1.2 | [5.3.4](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.4) | [8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) | [13.3.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.3.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible | | 7.1.1 | [5.3.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.3) | [8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) | [13.2.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.2.1) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | Not compatible |