diff --git a/AMPopTip.podspec b/AMPopTip.podspec index 38345a51..152e0e39 100644 --- a/AMPopTip.podspec +++ b/AMPopTip.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMPopTip" - s.version = "1.4.0" + s.version = "1.4.1" s.summary = "Animated popover, great for subtle UI tips and onboarding." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index d07fdd6c..009b4d28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. `AMPopTip` adheres to [Semantic Versioning](http://semver.org/). -- `1.4.0` Releases - [1.4.0](#140) +- `1.4.0` Releases - [1.4.0](#140) | [1.4.1](#141) - `1.3.0` Releases - [1.3.0](#130) - `1.2.0` Releases - [1.2.0](#120) - `1.1.0` Releases - [1.1.0](#110) | [1.1.1](#111) | [1.1.2](#112) @@ -13,6 +13,10 @@ All notable changes to this project will be documented in this file. --- +## [1.4.1](https://github.com/andreamazz/AMPopTip/releases/tag/1.4.1) + +- Fix extensions handling with `NS_EXTENSION_UNAVAILABLE_IOS` + ## [1.4.0](https://github.com/andreamazz/AMPopTip/releases/tag/1.4.0) - Added `hideForced:`