From 58c8a81e63ff12034f632f35ebfaaddc4dda982d Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Mon, 22 Mar 2021 05:47:56 +0000 Subject: [PATCH] chore(changelog): generate v1.5.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bb7dba..2567e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # CHANGELOG +## v1.5.0 (2021-3-22) + +### Added + +- feat: support filter commit scope (#5) + +### Others + +- build: update go.mod + +- chore: bump go 1.16.2 in github action + +- chore: use go 1.16.x in github action + +- chore: remove gotip from github action + +- chore: remove gotip build as time consuming + +- chore: use semver go version in github action + +- chore(changelog): generate v1.4.0 + ## v1.4.0 (2021-3-17) ### Added