diff --git a/CHANGELOG.md b/CHANGELOG.md index 2890c43..e9e6acd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.0.16](https://github.com/monitoring-forge/mackerel-plugin-maxcpu/compare/v0.0.15...v0.0.16) - 2026-07-23 + +- Feat/repo transfer and improve socket check by @kazeburo in https://github.com/monitoring-forge/mackerel-plugin-maxcpu/pull/39 + ## [v0.0.15](https://github.com/kazeburo/mackerel-plugin-maxcpu/compare/v0.0.14...v0.0.15) - 2026-07-10 - ci: bump Songmu/tagpr from 1.15.0 to 1.17.0 in the dependencies group by @dependabot[bot] in https://github.com/kazeburo/mackerel-plugin-maxcpu/pull/25 diff --git a/Makefile b/Makefile index 03fed53..245cafc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.15 +VERSION=0.0.16 GITCOMMIT?=$(shell git describe --dirty --always) LDFLAGS=-ldflags "-w -s -X main.version=${VERSION} -X main.commit=${GITCOMMIT}"