diff --git a/CHANGES b/CHANGES index 92cd247..3750f95 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ += 0.9.0 (2016-07-27) + +* Solved longstanding issue with dynamic updates in table views (@intrepidmatt) + = 0.8.0 (2016-06-19) * Added a handler to conditionally prevent the infinite scroll from showing (@RyanBertrand) diff --git a/UIScrollView-InfiniteScroll.podspec b/UIScrollView-InfiniteScroll.podspec index 67619fd..e9eb253 100644 --- a/UIScrollView-InfiniteScroll.podspec +++ b/UIScrollView-InfiniteScroll.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'UIScrollView-InfiniteScroll' - s.version = '0.8.0' + s.version = '0.9.0' s.license = 'MIT' s.summary = 'UIScrollView infinite scroll category.' s.homepage = 'https://github.com/pronebird/UIScrollView-InfiniteScroll'