diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf211362..956ea0c9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # PayPal iOS SDK Release Notes -## unreleased +## 1.1.0 (2023-11-16) * PayPalNativePayments * Bump `PayPalCheckout` to `1.2.0` * Update `PayPalNativeCheckoutRequest` initalizer to accept optional param `userAuthenticationEmail` diff --git a/Demo/Demo/Info.plist b/Demo/Demo/Info.plist index 99eb6f55c..182af8c76 100644 --- a/Demo/Demo/Info.plist +++ b/Demo/Demo/Info.plist @@ -2,6 +2,8 @@ + CFBundleShortVersionString + 1.1.0 UIApplicationSceneManifest UIApplicationSupportsMultipleScenes diff --git a/PayPal.podspec b/PayPal.podspec index d22a09e73..bfab2692d 100644 --- a/PayPal.podspec +++ b/PayPal.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PayPal" - s.version = "1.0.0" + s.version = "1.1.0" s.summary = "The PayPal iOS SDK: Helps you accept card, PayPal, and alternative payment methods in your iOS app." s.homepage = "https://developer.paypal.com/home" s.license = "MIT"