Browse Source

release v1.0.2

Fabian Peter Hammerle 3 years ago
parent
commit
c485d1f220
1 changed files with 5 additions and 2 deletions
  1. 5 2
      CHANGELOG.md

+ 5 - 2
CHANGELOG.md

@@ -5,9 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## Unreleased
+
+## [1.0.2] - 2020-05-05
 ### Fixed
 - change user agent to workaround blacklisting of "Python-urllib/3.*"
-  (HTTP403, cloudflare error 1010, https://github.com/fphammerle/tooncher/issues/2
+  (HTTP403, cloudflare error 1010, https://github.com/fphammerle/tooncher/issues/2)
 
 ## [1.0.1] - 2019-12-27
 ### Added
@@ -55,7 +57,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [0.4.0] - 2017-10-31
 
-[Unreleased]: https://github.com/fphammerle/tooncher/compare/1.0.1...HEAD
+[Unreleased]: https://github.com/fphammerle/tooncher/compare/1.0.2...HEAD
+[1.0.2]: https://github.com/fphammerle/tooncher/compare/1.0.1...1.0.2
 [1.0.1]: https://github.com/fphammerle/tooncher/compare/1.0.0...1.0.1
 [1.0.0]: https://github.com/fphammerle/tooncher/compare/0.4.1...1.0.0
 [0.4.1]: https://github.com/fphammerle/tooncher/compare/0.4.0...0.4.1