diff --git a/CHANGELOG.md b/CHANGELOG.md index 6066e2f7..2387df8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.9.37 +- **Fix**: ScrollView content offset of `PaginationWrapper` for iOS 13. +- **Fix**: Load more request crash of `PaginationWrapper`. + ### 0.9.36 - **Add**: SPM Package.swift. - **Add**: TITransitions via SPM. diff --git a/LeadKit.podspec b/LeadKit.podspec index 3014238d..047c7558 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.36" + s.version = "0.9.37" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0"