diff --git a/CHANGELOG.md b/CHANGELOG.md index 180e94cc..c58fd2cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 - March 5, 2024 + +Fixes an issue with strongly held references to old Webview instances. + ## 1.0.1 - January 31, 2024 Bumps the package version. diff --git a/ShopifyCheckoutSheetKit.podspec b/ShopifyCheckoutSheetKit.podspec index c047276c..f3f8e3f1 100644 --- a/ShopifyCheckoutSheetKit.podspec +++ b/ShopifyCheckoutSheetKit.podspec @@ -1,5 +1,5 @@ Pod::Spec.new do |s| - s.version = "1.0.1" + s.version = "1.0.2" s.name = "ShopifyCheckoutSheetKit" s.summary = "Enables Swift apps to embed the Shopify's highest converting, customizable, one-page checkout."