diff --git a/CHANGELOG.md b/CHANGELOG.md index e6847f2..4c86382 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [1.1.9] - 2018-27-01 +### Changed + - Formatted code + - Refactorings + ## [1.1.8] - 2018-20-01 ### Added - Further documentation - Further examples ### Changed - Refactorings (moved all logic into view model) - - Moved `swiftlint` as dependency from podfile to `.travis.yml`, so it's only required for CI and not for running the example application. ## [1.1.7] - 2017-12-30 ### Changed @@ -63,7 +67,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.8...master +[Unreleased]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.9...master +[1.1.9]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.8...1.1.9 [1.1.8]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.7...1.1.8 [1.1.7]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.6...1.1.7 [1.1.6]: https://github.com/fxm90/GradientLoadingBar/compare/1.1.5...1.1.6 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index eccd7fc..8e0d58c 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - GradientLoadingBar (1.1.8) + - GradientLoadingBar (1.1.9) - SwiftFormat/CLI (0.32.2) - SwiftLint (0.24.2) @@ -13,7 +13,7 @@ EXTERNAL SOURCES: :path: ../ SPEC CHECKSUMS: - GradientLoadingBar: 6b0474bdfd852f55b0f6578b2b95a445f873387c + GradientLoadingBar: 82d33086e86cad5093cca159d24fddd589c91a6d SwiftFormat: 9db2ffa51139d7aea21a4eb90a7f7158a34cb6b5 SwiftLint: 2aa21b96c8d13396a051bc1cb659d2ce1e0075b0 diff --git a/GradientLoadingBar.podspec b/GradientLoadingBar.podspec index f252425..147cdd1 100644 --- a/GradientLoadingBar.podspec +++ b/GradientLoadingBar.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'GradientLoadingBar' - s.version = '1.1.8' + s.version = '1.1.9' s.summary = 'A customizable animated gradient loading bar.' # This description is used to generate tags and improve search results.