diff --git a/CHANGELOG-LATEST.md b/CHANGELOG-LATEST.md index 730bd9ba..c3bfd63e 100644 --- a/CHANGELOG-LATEST.md +++ b/CHANGELOG-LATEST.md @@ -1,13 +1,10 @@ ## RevenueCat SDK ### 📦 Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.4.0 (#230) via RevenueCat Git Bot (@RCGitBot) - * [Android 8.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.0) - * [iOS 5.4.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.4.0) -* Bump fastlane from 2.223.0 to 2.223.1 (#229) via dependabot[bot] (@dependabot[bot]) -* Bump fastlane from 2.222.0 to 2.223.0 (#225) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#236) via RevenueCat Git Bot (@RCGitBot) + * [iOS 5.6.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.6.0) + * [iOS 5.5.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.5.0) +* Bump fastlane from 2.223.1 to 2.224.0 (#235) via dependabot[bot] (@dependabot[bot]) ### 🔄 Other Changes -* Update fastlane plugin (#232) via Toni Rico (@tonidero) -* Adds actionlint to lint GitHub Actions workflows (#227) via JayShortway (@JayShortway) -* Attempts to fix the on_release_tag workflow to allow publishing the API reference site (#228) via JayShortway (@JayShortway) -* Skips publishing SNAPSHOT if the current version is not a SNAPSHOT. (#226) via JayShortway (@JayShortway) +* Fixes a typo in the Fastfile (#238) via JayShortway (@JayShortway) +* Attempts to fix ffi by downgrading to 1.16.3. (#234) via JayShortway (@JayShortway) diff --git a/CHANGELOG.md b/CHANGELOG.md index 770332bd..96a129dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 1.1.2+13.5.0 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.5.0 (#236) via RevenueCat Git Bot (@RCGitBot) + * [iOS 5.6.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.6.0) + * [iOS 5.5.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.5.0) +* Bump fastlane from 2.223.1 to 2.224.0 (#235) via dependabot[bot] (@dependabot[bot]) + +### 🔄 Other Changes +* Fixes a typo in the Fastfile (#238) via JayShortway (@JayShortway) +* Attempts to fix ffi by downgrading to 1.16.3. (#234) via JayShortway (@JayShortway) + ## 1.1.1+13.4.0 ## RevenueCat SDK ### 📦 Dependency Updates diff --git a/VERSIONS.md b/VERSIONS.md index 881b5b62..473038d0 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | Play Billing Library version | |---------|-------------|-----------------|----------------------|------------------------------| +| 1.1.2+13.5.0 | [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) | | 1.1.1+13.4.0 | [5.4.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.4.0) | [8.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.8.0) | [13.4.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.4.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) | | 1.1.0+13.3.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) | | 1.0.1+13.2.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) | diff --git a/core/core.podspec b/core/core.podspec index f87def8a..ab20f303 100644 --- a/core/core.podspec +++ b/core/core.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'core' - spec.version = '1.2.0-SNAPSHOT' + spec.version = '1.1.2+13.5.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 00076ac4..1b23b5fd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ ios-deploymentTarget = "13.0" java = "1.8" kotlin = "1.9.23" revenuecat-common = "13.5.0" -revenuecat-kmp = "1.2.0-SNAPSHOT" +revenuecat-kmp = "1.1.2+13.5.0" [libraries] android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "agp" } diff --git a/mappings/mappings.podspec b/mappings/mappings.podspec index 1344a88e..bb0c4d37 100644 --- a/mappings/mappings.podspec +++ b/mappings/mappings.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'mappings' - spec.version = '1.2.0-SNAPSHOT' + spec.version = '1.1.2+13.5.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/models/models.podspec b/models/models.podspec index 9e428f7b..7afca80e 100644 --- a/models/models.podspec +++ b/models/models.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'models' - spec.version = '1.2.0-SNAPSHOT' + spec.version = '1.1.2+13.5.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = '' diff --git a/revenuecatui/revenuecatui.podspec b/revenuecatui/revenuecatui.podspec index 6e3c0d71..d9f375ed 100644 --- a/revenuecatui/revenuecatui.podspec +++ b/revenuecatui/revenuecatui.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'revenuecatui' - spec.version = '1.2.0-SNAPSHOT' + spec.version = '1.1.2+13.5.0' spec.homepage = '' spec.source = { :http=> ''} spec.authors = ''