From bfd9ba046bd9c8f606b9a5a92e67fb46d3ae3e92 Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 14 Nov 2021 13:30:18 +0700 Subject: [PATCH] chore(changelog): generate v1.13.1 --- CHANGELOG.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60eeed5..fb60ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,51 @@ # CHANGELOG +## v1.13.1 (2021-11-14) + +### Others + +- chore: add goreleaser (2021-11-14) + +- chore: run go mod tidy with go v1.17 (2021-11-11) + +- test: update git repository unit test (2021-11-06) + +- chore: ignore main.go in sonar checking (2021-11-06) + +- chore(sonar): missing sonar.organization (2021-11-06) + +- chore: adding sonar properties (2021-11-06) + +- chore: add more rules to semgrep (2021-11-06) + +- chore: add semgrep rules (2021-11-06) + +- chore: split golangci-lint from go github action (2021-11-06) + +- chore: bump go.mod (2021-11-06) + +- chore(readme): add sonar badge (2021-08-21) + +- Reduce complex logWithStopFn (#22) (2021-08-21) + +- chore(readme): add codecov badge (2021-08-21) + +- chore: add codecov (2021-08-21) + +- build: update go.mod (2021-08-19) + +- chore: bump go 1.17 in github action (2021-08-19) + +- build: update go.mod (2021-08-04) + +- build: update go.mod (2021-07-09) + +- build: update go.mod (2021-06-23) + +- chore: add NodeJS to gitignore (2021-06-16) + +- chore(changelog): generate v1.13.0 (2021-06-16) + ## v1.13.0 (2021-06-16) ### Added