From 9a9c46f11241a4cfba47801ae862e7a99e569146 Mon Sep 17 00:00:00 2001 From: mackerelbot Date: Wed, 14 Sep 2022 06:46:29 +0000 Subject: [PATCH] ready for next release and update changelogs. version: 0.7.2 --- CHANGELOG.md | 10 ++++++++++ Makefile | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de9422..c07386c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 0.7.2 (2022-09-14) + +* enable dependabot for github-actions ecosystem #213 (lufia) +* use golangci lint #212 (lufia) +* refactor: handle errors #211 (lufia) +* refactor: replace ioutil functions #210 (lufia) +* upgrade Go: 1.17 -> 1.19 #209 (lufia) +* Bump github.com/mackerelio/mackerel-client-go from 0.21.1 to 0.21.2 #207 (dependabot[bot]) + + ## 0.7.1 (2022-08-04) * refactoring agent/platform.go #194 (yseto) diff --git a/Makefile b/Makefile index 9ff831c..2c00661 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BIN := mackerel-container-agent -VERSION := 0.7.1 +VERSION := 0.7.2 REVISION := $(shell git rev-parse --short HEAD) .PHONY: all