From e587e25a884dd313f94a6b5e1582a0cf70ff9273 Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Sun, 25 Mar 2018 19:11:59 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 12 ++++++++++++ Parchment.podspec.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3002a60..1d2bd030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ `Parchment` adheres to [Semantic Versioning](http://semver.org/). +## [1.1.0](https://github.com/rechsteiner/Parchment/compare/v1.0.3...v1.1.0) - 2018-03-25 + +### Added + +* Add method for reloading data without passing initial item (8ebd931) +* Add option for selected font #143 + +### Fixes + +* Fix issue with reloading data when using PagingViewControllerDataSource (07641e2) +* Fix integer overflow causing crash in UnplashExample #140 + ## [1.0.3](https://github.com/rechsteiner/Parchment/compare/v1.0.2...v1.0.3) - 2018-03-01 ### Fixes diff --git a/Parchment.podspec.json b/Parchment.podspec.json index 17be8504..e2b1787b 100644 --- a/Parchment.podspec.json +++ b/Parchment.podspec.json @@ -1,6 +1,6 @@ { "name": "Parchment", - "version": "1.0.3", + "version": "1.1.0", "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.0.3" + "tag": "v1.1.0" }, "platforms": { "ios": "8.2"