diff --git a/AMPopTip.podspec b/AMPopTip.podspec index 6f565bfd..9fb2e1b6 100644 --- a/AMPopTip.podspec +++ b/AMPopTip.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "AMPopTip" - s.version = "2.0.1" + s.version = "2.1.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 8a2105ba..a20d4de5 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/). +- `2.1.0` Releases - [2.1.0](#210) - `2.0.0` Releases - [2.0.0](#200) | [2.0.1](#201) - `1.5.0` Releases - [1.5.0](#150) | [1.5.1](#151) [1.5.2](#152) - `1.4.0` Releases - [1.4.0](#140) | [1.4.1](#141) | [1.4.2](#142) @@ -15,6 +16,10 @@ All notable changes to this project will be documented in this file. --- +## [2.1.0](https://github.com/andreamazz/AMPopTip/releases/tag/2.1.0) + +- Added ability to change the bubble contents + ## [2.0.1](https://github.com/andreamazz/AMPopTip/releases/tag/2.0.1) - Fixed #116