From d1f39b8961ff8132e2088d973d30d2287425a160 Mon Sep 17 00:00:00 2001 From: JoniVR Date: Fri, 31 Jan 2020 15:48:57 +0100 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- VerticalCardSwiper.podspec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2834b9..32ac21e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [2.1.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.1.0) (Jan 31, 2020) + +#### Enhancements + +- Add `swipeCardAwayProgrammatically` function to `VerticalCardSwiper`. +- Add official Carthage support. +- Update SPM support to 5.1. + ## [2.0.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.0.1) (Aug 19, 2019) #### Bug fixes diff --git a/README.md b/README.md index 5db0828..f42fbee 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ class ExampleCardCell: CardCell { - [x] Code documentation in README.md file - [x] Cocoapods support - [x] Carthage support -- [ ] SPM support +- [x] SPM support - [ ] Diff support ## Author diff --git a/VerticalCardSwiper.podspec b/VerticalCardSwiper.podspec index f7a4c78..2d48d97 100644 --- a/VerticalCardSwiper.podspec +++ b/VerticalCardSwiper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'VerticalCardSwiper' - s.version = '2.0.1' + s.version = '2.1.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.