diff --git a/CHANGELOG.md b/CHANGELOG.md index 1525ca4..22b6870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v0.2.0](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=538) - 2020-03-06 +* FEATURES + * Add `tea times` command (#54) +* ENHANCEMENTS + * Upgrade urfave/cli to v2 version (#85) + * Add --remote flag to add/create subcommands (#77) +* BUILD + * Upgrade gitea/go-sdk to 2020-01-03 (#81) + * Update stretchr/testify v1.3.0 -> v1.4.0 (#83) + * Improve makefile to enable goproxy when go get tools (#98) + ## [v0.1.2](https://gitea.com/gitea/tea/pulls?q=&type=all&state=closed&milestone=59) - 2019-11-15 * BUILD * Fix typo in drone (#75)