diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5561ef..a9afac0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Change Log
 
+## [2.3.1](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.3.1) (Jan 8, 2021)
+
+#### Bug fixes
+
+- Fixed `isStackOnBottom` and `stackedCardsCount` not working - thanks [@stfnhdr](https://github.com/stfnhdr).
+
 ## [2.3.0](https://github.com/JoniVR/VerticalCardSwiper/releases/tag/2.3.0) (Oct 4, 2020)
 
 #### Enhancements
diff --git a/VerticalCardSwiper.podspec b/VerticalCardSwiper.podspec
index 86401a5..c0fa66d 100644
--- a/VerticalCardSwiper.podspec
+++ b/VerticalCardSwiper.podspec
@@ -8,7 +8,7 @@
 
 Pod::Spec.new do |s|
   s.name             = 'VerticalCardSwiper'
-  s.version          = '2.3.0'
+  s.version          = '2.3.1'
   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.