diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1daf5c..3780cd20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Changes for users of the library currently on `develop`: +## [4.0.1](https://github.com/nytimes/NYTPhotoViewer/releases/tag/4.0.1) + +Changes for users of the library in 4.0.1: + - Removed `FLAnimatedImage` from .gitmodules. - Change `NYTPhotosViewController` to use fullscreen presentation by default, so it causes the presenting view to disappear behind it, i.e. to get `-viewWillDisappear:` and `-viewDidDisappear` called on it. - Fix unbalanced calls to begin/end appearance transitions. diff --git a/NYTPhotoViewer.podspec b/NYTPhotoViewer.podspec index 6cd389e2..7c7334ba 100644 --- a/NYTPhotoViewer.podspec +++ b/NYTPhotoViewer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NYTPhotoViewer" - s.version = "4.0.0" + s.version = "4.0.1" s.description = <<-DESC NYTPhotoViewer is a slideshow and image viewer that includes double tap to zoom, captions, support for multiple images, interactive flick to dismiss, animated zooming presentation, and more.