From 8423afe3997c18b76f9ffcf3367f9ca678b41e9e Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sat, 13 Aug 2022 17:19:42 +0700 Subject: [PATCH] chore(changelog): generate v0.11.0 --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e15734f..0eb28b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # CHANGELOG +## v0.11.0 (2022-08-13) + +### Fixed + +- fix: fix goroutine leak (2022-08-13) + +### Others + +- chore: update gitignore (2022-08-13) + +- chore: bump go 1.19 in github action (2022-08-13) + +- chore: goreleaser gen changelog for github (2022-08-13) + +- chore: add example (2022-08-13) + +- chore(changelog): generate v0.10.0 (2022-07-23) + ## v0.10.0 (2022-07-23) ### Added