diff --git a/CHANGELOG.md b/CHANGELOG.md index b7520f25..f5be5a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +### 3.1.1 +**Bug Fixes:** +- Fixes a retain cycle +- Resolves an issue that would not correctly disable actions when needed + ### 3.1 **What's New:** - Adds an option to give the alert a different background color diff --git a/SDCAlertView.podspec b/SDCAlertView.podspec index a734a005..bd440457 100644 --- a/SDCAlertView.podspec +++ b/SDCAlertView.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "SDCAlertView" - s.version = "3.1" + s.version = "3.1.1" s.summary = "The little alert that could" s.homepage = "https://github.com/sberrevoets/SDCAlertView" s.license = { :type => "MIT" }