CHANGELOG.md in paperweight-1.1.0 vs CHANGELOG.md in paperweight-1.2.0
- old
+ new
@@ -4,10 +4,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.2.0] - 2019-02-27
+### Added
+- Support a `download_attempts` configuration option for retrying the download. Currently defaults to 1 to maintain backwards compatability.
+
## [1.1.0] - 2019-01-08
### Added
- Support the `after_download` option on `paperweight`-enabled attachments that takes a callable and calls it when the post process job has completed.
## [1.0.2] - 2018-09-04
@@ -25,11 +29,12 @@
## [0.2.0] - 2018-08-15
### Added
- The ability to configure the `max_size` value (the maximum download size) using the `Paperweight.configure` method.
-[Unreleased]: https://github.com/CultureHQ/paperweight/compare/v1.1.0...HEAD
+[Unreleased]: https://github.com/CultureHQ/paperweight/compare/v1.2.0...HEAD
+[1.2.0]: https://github.com/CultureHQ/paperweight/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/CultureHQ/paperweight/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/CultureHQ/paperweight/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/CultureHQ/paperweight/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/CultureHQ/paperweight/compare/v0.2.0...v1.0.0
-[0.2.0]: https://github.com/CultureHQ/paperweight/compare/v0.1.2...v0.2.0
+[0.2.0]: https://github.com/CultureHQ/paperweight/compare/780202...v0.2.0