diff --git a/.version b/.version index dbdb3a3a81..e9c6c443e6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -4.42.0-SNAPSHOT +4.41.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 9899a2a256..702c26f404 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,6 +1,11 @@ +### Bugfixes +* `Paywalls`: Update Norwegian "restore" localization (#3844) via Josh Holtz (@joshdholtz) ### Dependency Updates -* Bump fastlane-plugin-revenuecat_internal from `8d4d9b1` to `1e62420` (#3818) via dependabot[bot] (@dependabot[bot]) +* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#3839) via dependabot[bot] (@dependabot[bot]) +* Update Package.resolved (#3822) via Cesar de la Vega (@vegaro) +* Bump fastlane-plugin-revenuecat_internal from `1e62420` to `f88dcd4` (#3831) via dependabot[bot] (@dependabot[bot]) ### Other Changes -* Sync repo in an SPM-friendly way (#3827) via James Borthwick (@jamesrb1) -* Syncs diagnostics on initialization (#3821) via Cesar de la Vega (@vegaro) -* Only update docs index on latest stable releases (#3815) via Toni Rico (@tonidero) +* Add diagnostics event for Customer Info verification (#3823) via Cesar de la Vega (@vegaro) +* Fix backend integration test (#3847) via Josh Holtz (@joshdholtz) +* Push to SPM after release has been made (#3834) via James Borthwick (@jamesrb1) +* Add note to readme about new spm repo (#3828) via James Borthwick (@jamesrb1) diff --git a/CHANGELOG.md b/CHANGELOG.md index af3165092a..07ba450c7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 4.41.2 +### Bugfixes +* `Paywalls`: Update Norwegian "restore" localization (#3844) via Josh Holtz (@joshdholtz) +### Dependency Updates +* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#3839) via dependabot[bot] (@dependabot[bot]) +* Update Package.resolved (#3822) via Cesar de la Vega (@vegaro) +* Bump fastlane-plugin-revenuecat_internal from `1e62420` to `f88dcd4` (#3831) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Add diagnostics event for Customer Info verification (#3823) via Cesar de la Vega (@vegaro) +* Fix backend integration test (#3847) via Josh Holtz (@joshdholtz) +* Push to SPM after release has been made (#3834) via James Borthwick (@jamesrb1) +* Add note to readme about new spm repo (#3828) via James Borthwick (@jamesrb1) + ## 4.41.1 ### Dependency Updates * Bump fastlane-plugin-revenuecat_internal from `8d4d9b1` to `1e62420` (#3818) via dependabot[bot] (@dependabot[bot]) diff --git a/RevenueCat.podspec b/RevenueCat.podspec index a2ce3f3419..c1a80d612f 100644 --- a/RevenueCat.podspec +++ b/RevenueCat.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCat" - s.version = "4.42.0-SNAPSHOT" + s.version = "4.41.2" s.summary = "Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index f0f57fed1d..8f25fd2b75 100644 --- a/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/RevenueCat.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -27,6 +27,15 @@ "version" : "10.0.0" } }, + { + "identity" : "ohhttpstubs", + "kind" : "remoteSourceControl", + "location" : "https://github.com/AliSoftware/OHHTTPStubs.git", + "state" : { + "revision" : "12f19662426d0434d6c330c6974d53e2eb10ecd9", + "version" : "9.1.0" + } + }, { "identity" : "swift-snapshot-testing", "kind" : "remoteSourceControl", diff --git a/RevenueCatUI.podspec b/RevenueCatUI.podspec index fed19a2906..28cc069d5e 100644 --- a/RevenueCatUI.podspec +++ b/RevenueCatUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RevenueCatUI" - s.version = "4.42.0-SNAPSHOT" + s.version = "4.41.2" s.summary = "UI library for RevenueCat paywalls." s.description = <<-DESC diff --git a/Sources/Info.plist b/Sources/Info.plist index 423c746220..8b41099886 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.42.0 + 4.41.2 CFBundleVersion $(CURRENT_PROJECT_VERSION) LSApplicationCategoryType diff --git a/Sources/Misc/SystemInfo.swift b/Sources/Misc/SystemInfo.swift index 33cfd9e234..0e536400a6 100644 --- a/Sources/Misc/SystemInfo.swift +++ b/Sources/Misc/SystemInfo.swift @@ -70,7 +70,7 @@ class SystemInfo { } static var frameworkVersion: String { - return "4.42.0-SNAPSHOT" + return "4.41.2" } static var systemVersion: String { diff --git a/Tests/BackendIntegrationTestApp/Info.plist b/Tests/BackendIntegrationTestApp/Info.plist index 244ff4cfc6..0bd7e1c35a 100644 --- a/Tests/BackendIntegrationTestApp/Info.plist +++ b/Tests/BackendIntegrationTestApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.42.0 + 4.41.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/Tests/BackendIntegrationTests/Info.plist b/Tests/BackendIntegrationTests/Info.plist index 3bcff6b7f9..599f16785a 100644 --- a/Tests/BackendIntegrationTests/Info.plist +++ b/Tests/BackendIntegrationTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.42.0 + 4.41.2 CFBundleVersion 1 diff --git a/Tests/UnitTests/Info.plist b/Tests/UnitTests/Info.plist index 3bcff6b7f9..599f16785a 100644 --- a/Tests/UnitTests/Info.plist +++ b/Tests/UnitTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.42.0 + 4.41.2 CFBundleVersion 1 diff --git a/Tests/UnitTestsHostApp/Info.plist b/Tests/UnitTestsHostApp/Info.plist index 0d92f92417..82c969538b 100644 --- a/Tests/UnitTestsHostApp/Info.plist +++ b/Tests/UnitTestsHostApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 4.42.0 + 4.41.2 CFBundleVersion 1 LSRequiresIPhoneOS diff --git a/scripts/docs/v4_api_migration_guide.html b/scripts/docs/v4_api_migration_guide.html index 7109078d0e..0626f2325f 100644 --- a/scripts/docs/v4_api_migration_guide.html +++ b/scripts/docs/v4_api_migration_guide.html @@ -2,7 +2,7 @@ - +