Skip to content

Commit

Permalink
Merge pull request #218 from mackerelio/bump-version-0.7.2
Browse files Browse the repository at this point in the history
Release version 0.7.2
  • Loading branch information
Arthur1 authored Sep 14, 2022
2 parents 16f3504 + 9a9c46f commit af2cc21
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af2cc21

Please sign in to comment.