diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bbb88165c..8900fa730e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Braintree iOS SDK Release Notes +## unreleased +* BraintreePayPalNativeCheckout + * Update PayPalCheckout from 1.1.0 to 1.2.0. + * Add `userAuthenticationEmail` to `BTPayPalNativeCheckoutRequest` +* BraintreeDataCollector + * Update previously incorrect version of PPRiskMagnes with 5.4.1 for Carthage users + +## 5.24.1 (2023-11-17) +* BraintreePayPalDataCollector + * Update previously incorrect version of PPRiskMagnes 5.4.1 with staging removed + ## 6.9.0 (2023-11-16) * BraintreeThreeDSecure * Add `cardAddChallengeRequested`, `uiType`, and `renderTypes` to `BTThreeDSecureRequest` @@ -7,9 +18,6 @@ * Fix bug where defaults for `BTThreeDSecureRequest.accountType`, `BTThreeDSecureRequest.requestedExemptionType`, and `BTThreeDSecureRequest.dfReferenceID` were improperly returning an error if not passed into the request * BraintreeCard * Deprecate unused `BTCardRequest` class -* BraintreePayPalNativeCheckout - * Update PayPalCheckout from 1.1.0 to 1.2.0. - * Add `userAuthenticationEmail` to `BTPayPalNativeCheckoutRequest` ## 5.24.0 (2023-10-30) * BraintreePayPalDataCollector diff --git a/Cartfile b/Cartfile index 08524de5b3..0c868a4bde 100644 --- a/Cartfile +++ b/Cartfile @@ -1,3 +1,3 @@ binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/cardinal-mobile/CardinalMobile.json" == 2.2.5-6 -binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/pp-risk-magnes/PPRiskMagnes.json" == 5.4.1 -binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" == 1.2.0 +binary "https://assets.braintreegateway.com/mobile/ios/carthage-frameworks/pp-risk-magnes/PPRiskMagnes.json" == 5.4.1-stage-removed-xcode14-3 +binary "https://github.com/paypal/paypalcheckout-ios/raw/main/Carthage/PayPalCheckout.json" == 1.2.0 \ No newline at end of file