Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 18 additions & 8 deletions CHANGELOG-LATEST.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## RevenueCat SDK
### 📦 Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.55.1 (#789) via RevenueCat Git Bot (@RCGitBot)
* [Android 9.29.0](https://github.com/RevenueCat/purchases-android/releases/tag/9.29.0)
* [iOS 5.67.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.67.1)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.55.0 (#788) via RevenueCat Git Bot (@RCGitBot)
* [RENOVATE] Update dependency upstream/purchases-ios to v5.67.1 (#787) via RevenueCat Git Bot (@RCGitBot)
### 💥 Breaking Changes
* Updates purchases-android to 10.0.0 (#797) via JayShortway (@JayShortway)
* Deletes the deprecated datetime module (#769) via JayShortway
* Migrates more iOS features from PHC to kn-core and kn-ui (#767) via JayShortway
* Migrates iOS from PHC to kn-core and kn-ui (#723) via JayShortway

### 🔄 Other Changes
* Bump fastlane-plugin-revenuecat_internal from `5d6e93f` to `6289be1` (#786) via dependabot[bot] (@dependabot[bot])
* Bump fastlane-plugin-revenuecat_internal from `f11fe40` to `5d6e93f` (#783) via dependabot[bot] (@dependabot[bot])
* No longer tries to update `podspec` files during release (#799) via JayShortway (@JayShortway)
* Updates Fastlane `README.md` (#798) via JayShortway (@JayShortway)
* Adds 3.0.0 migration guide (#793) via JayShortway
* Adds iosApp run config (#785) via JayShortway
* Fixes caching of the Swift build tasks (#780) via JayShortway
* Removes dead code (#779) via JayShortway
* Updates Compose Multiplatform to 1.9.3 (#778) via JayShortway
* Updates Kotlin to 2.3.20 and Gradle to 9.4.1 (#771) via JayShortway
* Fixes release automations (#770) via JayShortway
* Migrates Android from PHC to purchases-android (#768) via JayShortway
* Adds facade Gradle modules for Swift packages (#714) via JayShortway
* Bump fastlane-plugin-revenuecat_internal from `6289be1` to `ceecf91` (#795)

23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 3.0.0-beta.1
## RevenueCat SDK
### 💥 Breaking Changes
* Updates purchases-android to 10.0.0 (#797) via JayShortway (@JayShortway)
* Deletes the deprecated datetime module (#769) via JayShortway
* Migrates more iOS features from PHC to kn-core and kn-ui (#767) via JayShortway
* Migrates iOS from PHC to kn-core and kn-ui (#723) via JayShortway

### 🔄 Other Changes
* No longer tries to update `podspec` files during release (#799) via JayShortway (@JayShortway)
* Updates Fastlane `README.md` (#798) via JayShortway (@JayShortway)
* Adds 3.0.0 migration guide (#793) via JayShortway
* Adds iosApp run config (#785) via JayShortway
* Fixes caching of the Swift build tasks (#780) via JayShortway
* Removes dead code (#779) via JayShortway
* Updates Compose Multiplatform to 1.9.3 (#778) via JayShortway
* Updates Kotlin to 2.3.20 and Gradle to 9.4.1 (#771) via JayShortway
* Fixes release automations (#770) via JayShortway
* Migrates Android from PHC to purchases-android (#768) via JayShortway
* Adds facade Gradle modules for Swift packages (#714) via JayShortway
* Bump fastlane-plugin-revenuecat_internal from `6289be1` to `ceecf91` (#795)


## 2.10.2+17.55.1
## RevenueCat SDK
### 📦 Dependency Updates
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version | Play Billing Library version |
|---------|-------------|-----------------|----------------------|------------------------------|
| 3.0.0-beta.1 | [5.67.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.67.1) | [10.0.0](https://github.com/RevenueCat/purchases-android/releases/tag/10.0.0) | N/A | [8.3.0](https://developer.android.com/google/play/billing/release-notes) |
| 2.10.2+17.55.1 | [5.67.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.67.1) | [9.29.0](https://github.com/RevenueCat/purchases-android/releases/tag/9.29.0) | [17.55.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/17.55.1) | [8.0.0](https://developer.android.com/google/play/billing/release-notes) |
| 2.10.1+17.54.0 | [5.67.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.67.0) | [9.28.1](https://github.com/RevenueCat/purchases-android/releases/tag/9.28.1) | [17.54.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/17.54.0) | [8.0.0](https://developer.android.com/google/play/billing/release-notes) |
| 2.10.0+17.52.0 | [5.65.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.65.0) | [9.26.1](https://github.com/RevenueCat/purchases-android/releases/tag/9.26.1) | [17.52.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/17.52.0) | [8.0.0](https://developer.android.com/google/play/billing/release-notes) |
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ junit = "5.10.0"
kotlin = "2.3.20"
mavenPublish = "0.33.0"
revenuecat-android = "10.0.0"
revenuecat-kmp = "2.11.0-SNAPSHOT"
revenuecat-kmp = "3.0.0-beta.1"

[libraries]
android-gradlePlugin = { module = "com.android.tools.build:gradle", version.ref = "agp" }
Expand Down