diff --git a/AMPopTip.podspec b/AMPopTip.podspec index 351c2aa9..e68ed1c3 100644 --- a/AMPopTip.podspec +++ b/AMPopTip.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMPopTip" - s.version = "4.3.0" + s.version = "4.4.0" s.summary = "Animated popover, great for subtle UI tips and onboarding." s.description = <<-DESC Animated popover that pops out of a frame. You can specify the diff --git a/CHANGELOG.md b/CHANGELOG.md index ab83c4be..384e2679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. `AMPopTip` adheres to [Semantic Versioning](http://semver.org/). +- `4.4.0` Releases - [4.4.0](#440) - `4.3.0` Releases - [4.3.0](#430) - `4.2.0` Releases - [4.2.0](#420) - `4.1.0` Releases - [4.1.0](#410) @@ -29,6 +30,10 @@ All notable changes to this project will be documented in this file. ## [4.3.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.3.0) +- Fixed #199 and #200 + +## [4.3.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.3.0) + - Added SwiftUI Support, see #196 ## [4.2.0](https://github.com/andreamazz/AMPopTip/releases/tag/4.2.0)