From f3c1f6fb71fc8a69c047ff540cc1874cde6ca2a6 Mon Sep 17 00:00:00 2001
From: RevenueCat Git Bot <72824662+RCGitBot@users.noreply.github.com>
Date: Wed, 7 Aug 2024 22:28:51 +0200
Subject: [PATCH] [AUTOMATIC] Release/5.2.3 (#4155)
**This is an automatic release.**
### Bugfixes
* Fix Paywalls crash on iOS 18 beta (#4154) via Andy Boedo (@aboedo)
### Dependency Updates
* Bump danger from 9.4.3 to 9.5.0 (#4143) via dependabot[bot]
(@dependabot[bot])
* Bump nokogiri from 1.16.6 to 1.16.7 (#4129) via dependabot[bot]
(@dependabot[bot])
* Bump fastlane from 2.221.1 to 2.222.0 (#4130) via dependabot[bot]
(@dependabot[bot])
### Other Changes
* Update deployment targets for tests (#4145) via Andy Boedo (@aboedo)
* Deploy purchaserTester: clean up dry-run parameter (#4140) via Andy
Boedo (@aboedo)
* Clean up API Testers (#4141) via Andy Boedo (@aboedo)
* More project structure cleanup (#4131) via Andy Boedo (@aboedo)
* temporarily disables purchasetester deploy (#4133) via Andy Boedo
(@aboedo)
* Fix trigger all tests branch (#4135) via Andy Boedo (@aboedo)
* Clean up XCWorkspace and testing apps (#4111) via Andy Boedo (@aboedo)
* tests trigger: add target-branch parameter to trigger from the right
branch (#4121) via Andy Boedo (@aboedo)
* Re-added the RevenueCatUI tests job on every commit (#4113) via Andy
Boedo (@aboedo)
---
.version | 2 +-
CHANGELOG.latest.md | 24 +++++++++++++---------
CHANGELOG.md | 18 ++++++++++++++++
RevenueCat.podspec | 2 +-
RevenueCatUI.podspec | 2 +-
Sources/Info.plist | 2 +-
Sources/Misc/SystemInfo.swift | 2 +-
Tests/BackendIntegrationTestApp/Info.plist | 2 +-
Tests/BackendIntegrationTests/Info.plist | 2 +-
Tests/UnitTests/Info.plist | 2 +-
Tests/UnitTestsHostApp/Info.plist | 2 +-
scripts/docs/index.html | 2 +-
scripts/docs/v4_api_migration_guide.html | 2 +-
scripts/docs/v5_api_migration_guide.html | 2 +-
14 files changed, 44 insertions(+), 22 deletions(-)
diff --git a/.version b/.version
index 554bfea942..c0baecbaaa 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-5.3.0-SNAPSHOT
+5.2.3
diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md
index fe6cd7163a..b815054b6b 100644
--- a/CHANGELOG.latest.md
+++ b/CHANGELOG.latest.md
@@ -1,12 +1,16 @@
+### Bugfixes
+* Fix Paywalls crash on iOS 18 beta (#4154) via Andy Boedo (@aboedo)
### Dependency Updates
-
-- Bump nokogiri from 1.16.5 to 1.16.6 (#3980) via dependabot[bot] (@dependabot[bot])
-
+* Bump danger from 9.4.3 to 9.5.0 (#4143) via dependabot[bot] (@dependabot[bot])
+* Bump nokogiri from 1.16.6 to 1.16.7 (#4129) via dependabot[bot] (@dependabot[bot])
+* Bump fastlane from 2.221.1 to 2.222.0 (#4130) 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)
+* Update deployment targets for tests (#4145) via Andy Boedo (@aboedo)
+* Deploy purchaserTester: clean up dry-run parameter (#4140) via Andy Boedo (@aboedo)
+* Clean up API Testers (#4141) via Andy Boedo (@aboedo)
+* More project structure cleanup (#4131) via Andy Boedo (@aboedo)
+* temporarily disables purchasetester deploy (#4133) via Andy Boedo (@aboedo)
+* Fix trigger all tests branch (#4135) via Andy Boedo (@aboedo)
+* Clean up XCWorkspace and testing apps (#4111) via Andy Boedo (@aboedo)
+* tests trigger: add target-branch parameter to trigger from the right branch (#4121) via Andy Boedo (@aboedo)
+* Re-added the RevenueCatUI tests job on every commit (#4113) via Andy Boedo (@aboedo)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4a9057ce1..c414b9d751 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,21 @@
+## 5.2.3
+### Bugfixes
+* Fix Paywalls crash on iOS 18 beta (#4154) via Andy Boedo (@aboedo)
+### Dependency Updates
+* Bump danger from 9.4.3 to 9.5.0 (#4143) via dependabot[bot] (@dependabot[bot])
+* Bump nokogiri from 1.16.6 to 1.16.7 (#4129) via dependabot[bot] (@dependabot[bot])
+* Bump fastlane from 2.221.1 to 2.222.0 (#4130) via dependabot[bot] (@dependabot[bot])
+### Other Changes
+* Update deployment targets for tests (#4145) via Andy Boedo (@aboedo)
+* Deploy purchaserTester: clean up dry-run parameter (#4140) via Andy Boedo (@aboedo)
+* Clean up API Testers (#4141) via Andy Boedo (@aboedo)
+* More project structure cleanup (#4131) via Andy Boedo (@aboedo)
+* temporarily disables purchasetester deploy (#4133) via Andy Boedo (@aboedo)
+* Fix trigger all tests branch (#4135) via Andy Boedo (@aboedo)
+* Clean up XCWorkspace and testing apps (#4111) via Andy Boedo (@aboedo)
+* tests trigger: add target-branch parameter to trigger from the right branch (#4121) via Andy Boedo (@aboedo)
+* Re-added the RevenueCatUI tests job on every commit (#4113) via Andy Boedo (@aboedo)
+
## 5.2.2
### Dependency Updates
diff --git a/RevenueCat.podspec b/RevenueCat.podspec
index 005a526dee..b34d7b5e7f 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.3"
s.summary = "Subscription and in-app-purchase backend service."
s.description = <<-DESC
diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec
index 5a3e58e96e..7aaaf39f32 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.3"
s.summary = "UI library for RevenueCat paywalls."
s.description = <<-DESC
diff --git a/Sources/Info.plist b/Sources/Info.plist
index e59670b5f2..b2bb268044 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -17,7 +17,7 @@