diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ac21e..a6c1475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [2.2.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.2.0) (Feb 23, 2020) + +#### Enhancements + +- Added `didCancelSwipe` function to `VerticalCardSwiperDelegate`. + +#### Bug fixes + +- Fixed `swipeCardAwayProgrammatically` not working correctly in some cases. + ## [2.1.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.1.0) (Jan 31, 2020) #### Enhancements diff --git a/VerticalCardSwiper.podspec b/VerticalCardSwiper.podspec index 2d48d97..45be952 100644 --- a/VerticalCardSwiper.podspec +++ b/VerticalCardSwiper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VerticalCardSwiper' - s.version = '2.1.0' + s.version = '2.2.0' s.summary = 'A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.' # This description is used to generate tags and improve search results.