diff --git a/.version b/.version index 554bfea942..ce7f2b425b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -5.3.0-SNAPSHOT +5.2.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index d50b7f0332..fe6cd7163a 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,14 +1,12 @@ -### Bugfixes -* Retry Requests with HTTP Status 429 (#4048) via Will Taylor (@fire-at-will) -* Use newer Alert API for showing customer restored alert (#4078) via Mark Villacampa (@MarkVillacampa) ### Dependency Updates -* Bump fastlane-plugin-revenuecat_internal from `5f55466` to `d5f0742` (#4101) via dependabot[bot] (@dependabot[bot]) + +- Bump nokogiri from 1.16.5 to 1.16.6 (#3980) via dependabot[bot] (@dependabot[bot]) + ### Other Changes -* PaywallsTester: fix macOS build (#4093) via Andy Boedo (@aboedo) -* Cleanup `trigger_all_tests` github workflow (#4088) via Toni Rico (@tonidero) -* Fix PaywallsTester by changing TestData DEBUG checks (#4092) via Cesar de la Vega (@vegaro) -* Add missing @PublicForExternalTesting that broke PaywallsTester (#4087) via Cesar de la Vega (@vegaro) -* Fix workflow permission check logic (#4084) via Toni Rico (@tonidero) -* Fix prepare next version job (#4085) via Toni Rico (@tonidero) -* [CI]: fix CI test trigger parameters (#4076) via Andy Boedo (@aboedo) -* Fix docs deploy and add manual trigger on CI (#4081) via Josh Holtz (@joshdholtz) \ No newline at end of file + +- Only Retry POST Receipt Paths for 429 (#4107) via Will Taylor (@fire-at-will) +- Clarify Instructions to Run All Manual Tests (#4112) via Will Taylor (@fire-at-will) +- Fixes trigger_all_tests.yml triggering on every issue comment (#4114) via JayShortway (@JayShortway) +- Fixes a typo in the bug_report issue template (#3945) via JayShortway (@JayShortway) +- [External] Add missing SwiftUI environment for previews (#4109) via @noahsmartin (#4110) via Andy Boedo (@aboedo) +- Remove notify-on-non-patch-release-branches (#4106) via Cesar de la Vega (@vegaro) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2bd22732..d4a9057ce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 5.2.2 +### Dependency Updates + +- Bump nokogiri from 1.16.5 to 1.16.6 (#3980) via dependabot[bot] (@dependabot[bot]) + +### Other Changes + +- Only Retry POST Receipt Paths for 429 (#4107) via Will Taylor (@fire-at-will) +- Clarify Instructions to Run All Manual Tests (#4112) via Will Taylor (@fire-at-will) +- Fixes trigger_all_tests.yml triggering on every issue comment (#4114) via JayShortway (@JayShortway) +- Fixes a typo in the bug_report issue template (#3945) via JayShortway (@JayShortway) +- [External] Add missing SwiftUI environment for previews (#4109) via @noahsmartin (#4110) via Andy Boedo (@aboedo) +- Remove notify-on-non-patch-release-branches (#4106) via Cesar de la Vega (@vegaro) + ## 5.2.1 ### Bugfixes * Retry Requests with HTTP Status 429 (#4048) via Will Taylor (@fire-at-will) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index 005a526dee..212a6a6c3a 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "5.3.0-SNAPSHOT" + s.version = "5.2.2" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index 5a3e58e96e..54f894ad53 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "5.3.0-SNAPSHOT" + s.version = "5.2.2" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index e59670b5f2..05b86430fe 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.3.0 + 5.2.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index bcf3491960..55ba741c9c 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -75,7 +75,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "5.3.0-SNAPSHOT" + return "5.2.2" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 90886d39ac..351a53a5ca 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.3.0 + 5.2.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index f5c45b69cf..f16bf40066 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.3.0 + 5.2.2 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index f5c45b69cf..f16bf40066 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.3.0 + 5.2.2 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index edfe30bc6c..fafe8962b3 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 5.3.0 + 5.2.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/index.html b/scripts/docs/index.html index bb65e8b967..f0a3aee022 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/scripts/docs/v4_api_migration_guide.html b/scripts/docs/v4_api_migration_guide.html index 0b7f9d2e1d..fc30cafdef 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - + diff --git a/scripts/docs/v5_api_migration_guide.html b/scripts/docs/v5_api_migration_guide.html index de64cb8c3f..cab3cf0710 100644 --- a/scripts/docs/v5_api_migration_guide.html +++ b/scripts/docs/v5_api_migration_guide.html @@ -2,7 +2,7 @@ - +