[changelog] Updated

This commit is contained in:
Paul Campbell 2019-10-08 19:34:32 +01:00
parent a41a99a88a
commit c974f05ade

View file

@ -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