diff --git a/CHANGELOG.org b/CHANGELOG.org index 656f9cc..71fbc4b 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -6,6 +6,30 @@ The format is based on [[https://keepachangelog.com/en/1.0.0/][Keep a Changelog] [[https://semver.org/spec/v2.0.0.html][Semantic Versioning]]. +* [0.10.0] - 2019-10-08 + +This is the last ~v0.x~ feature release. The next feature release will be ~v1.x~. + +** Fixed + + - Can't publish new releases to sonatype (#219) + +** Added + + - Accept ~parallel~ in config files (#230) + +** Changed + + - Reduce Progress widget from 3 lines to 2 (#221) + - Perform delete operations in parallel (#223) + +** Dependencies + + - Update ~sbt-bloop~ to ~1.3.3~ (#224) + - Update ~zio~, ~zio-streams~ to ~1.0.0-RC14~ (#226) + - Update ~sbt-bloop~ to ~1.3.4~ (#228) + - Rollback ~sbt-ci-release~ to ~1.3.2~ (#231) + * [0.9.1] - 2019-09-28 ** Fixed