diff --git a/CHANGELOG.md b/CHANGELOG.md index cf582a3..a875a5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 12.0.3 +**What's New**: +- Fix issue where alert wouldn't animate back in place after dismissing the + keyboard + ## 12.0.2 **What's New**: - Fix occasional crash on iOS 15 diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index 2b372fd..c016ea9 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "12.0.2" + s.version = "12.0.3" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }