diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f6f795b..6dd2f518 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [1.4.1](https://github.com/rechsteiner/Parchment/compare/v1.4.0...v1.4.1) - 2018-08-15 + +### Fixes + +* Fix issue with reloadData causing a crash #230 + ## [1.4.0](https://github.com/rechsteiner/Parchment/compare/v1.3.0...v1.4.0) - 2018-08-11 ### Changes diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 7e5b7b0b..4b53da8f 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "1.4.0", + "version": "1.4.1", "license": "MIT", "summary": "A flexible paging menu controller with support for infinite data sources.", "description": "Parchment allows you to page between view controllers while showing menu items that scrolls along with the content. It’s build to be very customizable, it’s well-tested and written fully in Swift.", @@ -11,7 +11,7 @@ "social_media_url": "http://twitter.com/rechsteiner", "source": { "git": "https://github.com/rechsteiner/Parchment.git", - "tag": "v1.4.0" + "tag": "v1.4.1" }, "platforms": { "ios": "8.2"