From 2c125c3d28f3aba1f6ec7cd5b50d8006d00734cd Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Mon, 30 Oct 2017 14:52:01 +0100 Subject: [PATCH] * bump version --- CHANGELOG.md | 14 ++++++++++---- GradientLoadingBar.podspec | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ab43c..d9b5137 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] -## [1.1.5] - 2017-03-10 +## [1.1.6] - 2017-10-30 +### Added + - Allow setting a custom superview + - Documentation + +## [1.1.5] - 2017-10-03 ### Fixed - Struct 'DefaultValues' is private and cannot be referenced from a default argument value ([#001]) [#001]: https://github.com/fxm90/GradientLoadingBar/issues/1 -## [1.1.4] - 2017-01-10 +## [1.1.4] - 2017-10-01 ### Added - Refactored project structure to match "pod lib create" / TravisCI integration - Added example project @@ -44,8 +49,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Initial release -[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.5...master -[1.1.4]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.4...1.1.5 +[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.6...master +[1.1.6]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.5...1.1.6 +[1.1.5]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.4...1.1.5 [1.1.4]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.3...1.1.4 [1.1.3]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.1...1.1.2 diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index 6dc6965..b05357d 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '1.1.5' + s.version = '1.1.6' s.summary = 'An animated gradient loading bar.' # This description is used to generate tags and improve search results.