From b527d1b192cb220497f51b8ad7e184f645fcfdee Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 1 Nov 2023 17:25:02 +0000 Subject: [PATCH 1/2] Version bump for 6.2.0 --- .version | 2 +- CHANGELOG.latest.md | 16 ++++++---------- CHANGELOG.md | 9 +++++++++ RevenueCat/Plugins/Android/PurchasesWrapper.java | 2 +- RevenueCat/Plugins/iOS/PurchasesUnityHelper.m | 2 +- RevenueCat/package.json | 2 +- 6 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.version b/.version index 6253dc3c..4ac4fded 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.2.0-SNAPSHOT \ No newline at end of file +6.2.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 15ae641f..016d3b4b 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,11 +1,7 @@ ### Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.0 (#343) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.0.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.0.1) - * [iOS 4.28.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.0) - * [iOS 4.27.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.27.2) - * [iOS 4.27.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.27.1) -### Other Changes -* Remove creation of special UnityIAP package (#346) via Cesar de la Vega (@vegaro) -* Add BillingClient versions to VERSIONS table (#345) via Cesar de la Vega (@vegaro) -* Update Unity IAP compatibility for v6 in VERSIONS.md (#344) via Cesar de la Vega (@vegaro) -* update RELEASING file to use the latest process (#342) via Andy Boedo (@aboedo) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.2.0 (#351) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.1 (#350) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d2562c..017fc961 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 6.2.0 +### Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.2.0 (#351) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.1 (#350) via RevenueCat Git Bot (@RCGitBot) + * [iOS 4.29.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.29.0) + * [iOS 4.28.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.28.1) + ## 6.1.0 ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 7.1.0 (#343) via RevenueCat Git Bot (@RCGitBot) diff --git a/RevenueCat/Plugins/Android/PurchasesWrapper.java b/RevenueCat/Plugins/Android/PurchasesWrapper.java index dde410ff..c52d301e 100644 --- a/RevenueCat/Plugins/Android/PurchasesWrapper.java +++ b/RevenueCat/Plugins/Android/PurchasesWrapper.java @@ -46,7 +46,7 @@ public class PurchasesWrapper { private static final String HANDLE_LOG = "_handleLog"; private static final String PLATFORM_NAME = "unity"; - private static final String PLUGIN_VERSION = "6.2.0-SNAPSHOT"; + private static final String PLUGIN_VERSION = "6.2.0"; private static String gameObject; diff --git a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m index 0b38a677..8b5bc2c0 100644 --- a/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m +++ b/RevenueCat/Plugins/iOS/PurchasesUnityHelper.m @@ -449,7 +449,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"6.2.0-SNAPSHOT"; + return @"6.2.0"; } @end diff --git a/RevenueCat/package.json b/RevenueCat/package.json index 9af363df..0f6bdc3f 100644 --- a/RevenueCat/package.json +++ b/RevenueCat/package.json @@ -1,6 +1,6 @@ { "name": "com.revenuecat.purchases-unity", - "version": "6.2.0-SNAPSHOT", + "version": "6.2.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", From 28b81c50f260b2026d18aec8fb5186558707a5f4 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 1 Nov 2023 17:25:05 +0000 Subject: [PATCH 2/2] Update VERSIONS.md --- VERSIONS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/VERSIONS.md b/VERSIONS.md index ef999ff6..b361d683 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common version | Unity IAP compatibility | | ------------- | ----------- | --------------- | -------------- | ----------------------------- | +| 6.2.0 | 4.29.0 | 7.0.1 | 7.2.0 | Not compatible | | 6.1.0 | 4.28.0 | 7.0.1 | 7.1.0 | Not compatible | | 6.0.0 | 4.27.0 | 7.0.0 | 7.0.0 | Not compatible | | 5.3.1 | 4.26.1 | 6.9.5 | 6.3.0 | Unity IAP 4.8.0+ (BC5) |