From 58c2c5fb41c77f70fd46de4e3879be510b43c94f Mon Sep 17 00:00:00 2001 From: ZhengYuan Loo Date: Wed, 24 Feb 2021 21:27:59 +0800 Subject: [PATCH] docs: prepare changelog for release (#19) --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1ee90..2ff479e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to this project will be documented in this file. -## [Unreleased] +## [v0.2.0] - 2021-02-24 - + ### Added @@ -18,7 +18,7 @@ All notable changes to this project will be documented in this file. * Set go.mod `go` directive to minimum supported Go version ([#12](https://github.com/loozhengyuan/grench/pull/12)) - + ## [v0.1.0] - 2021-02-17 @@ -28,5 +28,5 @@ Initial release. -[Unreleased]: https://github.com/loozhengyuan/grench/compare/v0.1.0...HEAD +[v0.2.0]: https://github.com/loozhengyuan/grench/releases/tag/v0.2.0 [v0.1.0]: https://github.com/loozhengyuan/grench/releases/tag/v0.1.0