Skip to content

Commit

Permalink
Merge pull request #284 from mackerelio/bump-version-0.9.1
Browse files Browse the repository at this point in the history
Release version 0.9.1
  • Loading branch information
mechairoi authored Feb 8, 2023
2 parents b4292c1 + 10e2354 commit e9fac5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.9.1 (2023-02-08)

* Remove last year from license header #283 (Arthur1)
* Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.23+incompatible #276 (dependabot[bot])


## 0.9.0 (2022-12-14)

* fix vulnerbilities CVE-2022-27664,CVE-2022-32149 #257 (pyama86)
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.9.0
VERSION := 0.9.1
REVISION := $(shell git rev-parse --short HEAD)

.PHONY: all
Expand Down

0 comments on commit e9fac5d

Please sign in to comment.