From 779932e4040aa7342754f62b8427643cf1d50250 Mon Sep 17 00:00:00 2001 From: Toni Rico Date: Tue, 21 Nov 2023 13:14:09 +0100 Subject: [PATCH] Version bump for 8.0.0 --- .version | 2 +- CHANGELOG.latest.md | 10 +++++----- CHANGELOG.md | 8 ++++++++ PurchasesHybridCommon.podspec | 2 +- android/build.gradle | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- typescript/package.json | 2 +- 9 files changed, 20 insertions(+), 12 deletions(-) diff --git a/.version b/.version index b6167179..fa5fce04 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.4.0 \ No newline at end of file +8.0.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 52e335ac..92401496 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,6 +1,6 @@ -### New Features -* `Trusted Entitlements`: Add `verification` field to EntitlementInfo and EntitlementInfos (#569) via Toni Rico (@tonidero) -* `Trusted Entitlements`: add support for setting `VerificationMode` (#451) via NachoSoto (@NachoSoto) +### Breaking Changes +* Fix entitlement verification name typo (#574) via Toni Rico (@tonidero) +### Bugfixes +* Fix breaking change in objc in 7.4.0 (#572) via Toni Rico (@tonidero) ### Dependency Updates -* Bump fastlane from 2.216.0 to 2.217.0 (#566) via dependabot[bot] (@dependabot[bot]) -* Bump danger from 9.3.2 to 9.4.0 (#565) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] Android 7.2.3 => 7.2.4 (#573) via RevenueCat Git Bot (@RCGitBot) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5fc707..17133f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 8.0.0 +### Breaking Changes +* Fix entitlement verification name typo (#574) via Toni Rico (@tonidero) +### Bugfixes +* Fix breaking change in objc in 7.4.0 (#572) via Toni Rico (@tonidero) +### Dependency Updates +* [AUTOMATIC] Android 7.2.3 => 7.2.4 (#573) via RevenueCat Git Bot (@RCGitBot) + ## 7.4.0 ### New Features * `Trusted Entitlements`: Add `verification` field to EntitlementInfo and EntitlementInfos (#569) via Toni Rico (@tonidero) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index b6acc751..b144bb6c 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "7.4.0" + s.version = "8.0.0" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/android/build.gradle b/android/build.gradle index 968d9f1d..e2158d25 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,7 +48,7 @@ android { minSdkVersion 19 targetSdkVersion 33 versionCode 1 - versionName "7.4.0" + versionName "8.0.0" consumerProguardFiles 'consumer-rules.pro' } diff --git a/android/gradle.properties b/android/gradle.properties index 564ea4a7..1c25aa8a 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # Maven GROUP=com.revenuecat.purchases -VERSION_NAME=7.4.0 +VERSION_NAME=8.0.0 POM_NAME=purchases-hybrid-common POM_PACKAGING=aar POM_ARTIFACT_ID=purchases-hybrid-common diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist index 5d9e8164..6492bcad 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 7.4.0 + 8.0.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index fde7d8ad..b5268609 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 7.4.0 + 8.0.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index f3ca8e11..d61658a3 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": "7.4.0", + "version": "8.0.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",