Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoniVR committed Feb 23, 2020
1 parent 9259dbc commit 351e1e0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VerticalCardSwiper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 351e1e0

Please sign in to comment.