From ad3bbfcde3ae73c7e2c8b45c8ca67a1d655591c8 Mon Sep 17 00:00:00 2001 From: revenuecat-ops Date: Wed, 9 Oct 2024 17:59:07 +0000 Subject: [PATCH] Version bump for 8.8.1 --- .circleci/config.yml | 2 +- .version | 2 +- CHANGELOG.latest.md | 22 +++++++++---------- CHANGELOG.md | 16 ++++++++++++++ docs/index.html | 2 +- .../gradle/libs.versions.toml | 2 +- .../MagicWeather/gradle/libs.versions.toml | 2 +- .../gradle/libs.versions.toml | 2 +- gradle.properties | 2 +- library.gradle | 2 +- .../com/revenuecat/purchases/common/Config.kt | 2 +- 11 files changed, 35 insertions(+), 21 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1707559126..9f4ccc0eed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -238,7 +238,7 @@ jobs: command: sudo pip install awscli - run: name: Deploy to S3 - command: aws s3 sync ~/project/docs/8.9.0-SNAPSHOT s3://purchases-docs/android/8.9.0-SNAPSHOT --delete + command: aws s3 sync ~/project/docs/8.8.1 s3://purchases-docs/android/8.8.1 --delete - run: name: Update index.html command: aws s3 cp ~/project/docs/index.html s3://purchases-docs/android/index.html diff --git a/.version b/.version index c636226365..eec6dacbd4 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.9.0-SNAPSHOT +8.8.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index b383eeeed6..694c3e329a 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,16 +1,14 @@ ## RevenueCat SDK -### ✨ New Features -* Add `kochava` integration (#1844) via Toni Rico (@tonidero) - -## RevenueCatUI SDK ### 🐞 Bugfixes -* Fix multiple paywalls display issues (#1854) via Toni Rico (@tonidero) -* Fix interaction not disabled during purchases (#1850) via Toni Rico (@tonidero) -* Fix crash if activity finished while calculating presentation logic (#1846) via Toni Rico (@tonidero) +* Save SDK configuration on paywall activity so it can reconfigure automatically (#1872) via Toni Rico (@tonidero) +### 📦 Dependency Updates +* Bump fastlane from 2.223.1 to 2.224.0 (#1870) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane-plugin-revenuecat_internal from `5b2e35c` to `3b1e7cf` (#1865) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane from 2.222.0 to 2.223.1 (#1860) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane-plugin-revenuecat_internal from `55a0455` to `5b2e35c` (#1858) via dependabot[bot] (@dependabot[bot]) ### 🔄 Other Changes -* Adds some more test cases validating {{ total_price_and_per_month }} for quarterly packages. (#1853) via JayShortway (@JayShortway) -* Converts CustomEntitlementComputationSample's Gradle files to Kotlin (#1852) via JayShortway (@JayShortway) -* Converts MagicWeatherCompose's Gradle files to Kotlin (#1851) via JayShortway (@JayShortway) -* [EXTERNAL] Wireup Emerge gradle plugin config for PR snapshot diffs (#1841) by @rbro112 (#1843) via Toni Rico (@tonidero) -* Bump fastlane-plugin-revenuecat_internal from `5140dbc` to `55a0455` (#1845) via Cesar de la Vega (@vegaro) +* [CustomerCenter] Fix help path deserializing when unknown type (#1869) via Toni Rico (@tonidero) +* [CustomerCenter] Create `CustomerCenter` composable and view model with some initial UI (#1867) via Toni Rico (@tonidero) +* [CustomerCenter] Add networking layer and models (#1859) via Toni Rico (@tonidero) +* [CustomerCenter] Adds SubscriptionDetailsView (#1863) via JayShortway (@JayShortway) diff --git a/CHANGELOG.md b/CHANGELOG.md index e10e6bc0b7..e490765a94 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 8.8.1 +## RevenueCat SDK +### 🐞 Bugfixes +* Save SDK configuration on paywall activity so it can reconfigure automatically (#1872) via Toni Rico (@tonidero) +### 📦 Dependency Updates +* Bump fastlane from 2.223.1 to 2.224.0 (#1870) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane-plugin-revenuecat_internal from `5b2e35c` to `3b1e7cf` (#1865) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane from 2.222.0 to 2.223.1 (#1860) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane-plugin-revenuecat_internal from `55a0455` to `5b2e35c` (#1858) via dependabot[bot] (@dependabot[bot]) + +### 🔄 Other Changes +* [CustomerCenter] Fix help path deserializing when unknown type (#1869) via Toni Rico (@tonidero) +* [CustomerCenter] Create `CustomerCenter` composable and view model with some initial UI (#1867) via Toni Rico (@tonidero) +* [CustomerCenter] Add networking layer and models (#1859) via Toni Rico (@tonidero) +* [CustomerCenter] Adds SubscriptionDetailsView (#1863) via JayShortway (@JayShortway) + ## 8.8.0 ## RevenueCat SDK ### ✨ New Features diff --git a/docs/index.html b/docs/index.html index 1827c01a2d..d338a88848 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,7 +1,7 @@ - + diff --git a/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml b/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml index fc8ae2e50f..2197798fde 100644 --- a/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml +++ b/examples/CustomEntitlementComputationSample/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.3" androidxNavigation = "2.5.3" kotlin = "1.7.20" -purchases = "8.9.0-SNAPSHOT" +purchases = "8.8.1" lifecycle = "2.5.0" androidxCore = "1.10.1" diff --git a/examples/MagicWeather/gradle/libs.versions.toml b/examples/MagicWeather/gradle/libs.versions.toml index 821bb30733..9bb2b68b4e 100644 --- a/examples/MagicWeather/gradle/libs.versions.toml +++ b/examples/MagicWeather/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.3" androidxNavigation = "2.6.0" kotlin = "1.9.0" -purchases = "8.9.0-SNAPSHOT" +purchases = "8.8.1" lifecycle = "2.6.1" androidxCore = "1.10.1" diff --git a/examples/MagicWeatherCompose/gradle/libs.versions.toml b/examples/MagicWeatherCompose/gradle/libs.versions.toml index 47f8700217..716b04be70 100644 --- a/examples/MagicWeatherCompose/gradle/libs.versions.toml +++ b/examples/MagicWeatherCompose/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.3" androidxNavigation = "2.5.3" kotlin = "1.8.22" -purchases = "8.9.0-SNAPSHOT" +purchases = "8.8.1" lifecycle = "2.5.0" androidxCore = "1.10.1" diff --git a/gradle.properties b/gradle.properties index 23294705a1..f4db4de8cb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ #Fri Mar 31 10:31:20 PDT 2023 GROUP=com.revenuecat.purchases -VERSION_NAME=8.9.0-SNAPSHOT +VERSION_NAME=8.8.1 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-android diff --git a/library.gradle b/library.gradle index 7c18723535..b2ea015c28 100644 --- a/library.gradle +++ b/library.gradle @@ -5,7 +5,7 @@ android { minSdkVersion obtainMinSdkVersion() targetSdkVersion compileVersion versionCode 1 - versionName "8.9.0-SNAPSHOT" + versionName "8.8.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" } diff --git a/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt b/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt index 4ba8e18c71..91ceeb001a 100644 --- a/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt +++ b/purchases/src/main/kotlin/com/revenuecat/purchases/common/Config.kt @@ -6,5 +6,5 @@ import com.revenuecat.purchases.api.BuildConfig internal object Config { var logLevel = LogLevel.debugLogsEnabled(BuildConfig.DEBUG) - const val frameworkVersion = "8.9.0-SNAPSHOT" + const val frameworkVersion = "8.8.1" }