diff --git a/CHANGELOG.md b/CHANGELOG.md index 197443c..29ab43c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [1.1.5] - 2017-03-10 +### 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 ### Added - Refactored project structure to match "pod lib create" / TravisCI integration @@ -38,7 +44,8 @@ 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.4...master +[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 [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 1fe0150..6dc6965 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '1.1.4' + s.version = '1.1.5' s.summary = 'An animated gradient loading bar.' # This description is used to generate tags and improve search results.