diff --git a/CHANGELOG.md b/CHANGELOG.md index 497c33a..bcc412e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - 2020-03-22 + +### Changed + +- Support Go v1.13+, dropped support for go v1.12 + ### Added - `Unique` option was added to allow client to enqueue a task only if it's unique within a certain time period.