diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd12a0..17c5a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.4 + +* Allow PullUp to be locked +* Use `ISHPullUpStateDragging` when an animation is currently running +* Minor Xcode project modernizations + ## 1.0.3 * Fix layout issues after rotation while view controller was hidden diff --git a/ISHPullUp.podspec b/ISHPullUp.podspec index d1e38bf..177c569 100644 --- a/ISHPullUp.podspec +++ b/ISHPullUp.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ISHPullUp' - s.version = '1.0.3' + s.version = '1.0.4' s.summary = 'Vertical split view controller with pull up gesture as seen in the iOS 10 Maps and Music app' s.description = <<-DESC ISHPullUp provides a simple UIViewControlller subclass with two child controllers. The layout can be managed entirely via delegation and is easy to use with autolayout. A pan gesture allows the user to drag the bottom view controller up or down.