diff --git a/BubbleTransition.podspec b/BubbleTransition.podspec index 7301cf9..6c896ad 100644 --- a/BubbleTransition.podspec +++ b/BubbleTransition.podspec @@ -1,8 +1,8 @@ Pod::Spec.new do |s| s.name = 'BubbleTransition' - s.version = '2.0.1' + s.version = '2.0.2' s.license = 'MIT' - s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect' + s.summary = 'A custom modal transition that presents and dismiss a controller with a bubble effect' s.description = <<-DESC Easy to use custom modal animation that presents the new controller within a bubble, expanding to cover the whole screen. diff --git a/CHANGELOG.md b/CHANGELOG.md index 6876193..d3b51ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,16 @@ All notable changes to this project will be documented in this file. `BubbleTransition` adheres to [Semantic Versioning](http://semver.org/). -- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) +- `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) | [2.0.2](#202) - `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) | [1.0.2](#102) | [1.0.3](#103) -- `0.2.x` Releases - [0.2](#02) +- `0.2.x` Releases - [0.2](#02) --- +## [2.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.2) + +- Merged #36 + ## [2.0.1](https://github.com/andreamazz/BubbleTransition/releases/tag/2.0.1) - Merged #33 @@ -19,7 +23,7 @@ Updated to Swift 3.0 syntax ## [1.0.3](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.3) - Merged #18 -- Merged #19 +- Merged #19 ## [1.0.2](https://github.com/andreamazz/BubbleTransition/releases/tag/1.0.2)