Skip to content

Commit

Permalink
Merge pull request #242 from mackerelio/bump-version-0.21.2
Browse files Browse the repository at this point in the history
Release version 0.21.2
  • Loading branch information
susisu committed Jul 25, 2018
2 parents 44d8bf6 + db50ecf commit 4e9e4af
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.21.2 (2018-07-25)

* modify message check-windows-eventlog #241 (daiksy)


## 0.21.1 (2018-06-20)

* [check-http] Set Host header via req.Host #239 (nonylene)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 0.21.1
VERSION = 0.21.2
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
ifeq ($(OS),Windows_NT)
GOPATH_ROOT:=$(shell cygpath ${GOPATH})
Expand Down
2 changes: 1 addition & 1 deletion mackerel-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func run(args []string) int {
return exitOK
}

const version = "0.21.1"
const version = "0.21.2"

var gitcommit string

Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-check-plugins (0.21.2-1.v2) stable; urgency=low

* modify message check-windows-eventlog (by daiksy)
<https://github.com/mackerelio/go-check-plugins/pull/241>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 25 Jul 2018 12:49:55 +0900

mackerel-check-plugins (0.21.1-1.v2) stable; urgency=low

* [check-http] Set Host header via req.Host (by nonylene)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mackerel-check-plugins (0.21.2-1) stable; urgency=low

* modify message check-windows-eventlog (by daiksy)
<https://github.com/mackerelio/go-check-plugins/pull/241>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 25 Jul 2018 12:49:55 +0900

mackerel-check-plugins (0.21.1-1) stable; urgency=low

* [check-http] Set Host header via req.Host (by nonylene)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-check-plugins-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ done
%{__targetdir}/*

%changelog
* Wed Jul 25 2018 <mackerel-developers@hatena.ne.jp> - 0.21.2
- modify message check-windows-eventlog (by daiksy)

* Wed Jun 20 2018 <mackerel-developers@hatena.ne.jp> - 0.21.1
- [check-http] Set Host header via req.Host (by nonylene)

Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mackerel-check-plugins.spec
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ done
%{__oldtargetdir}/*

%changelog
* Wed Jul 25 2018 <mackerel-developers@hatena.ne.jp> - 0.21.2
- modify message check-windows-eventlog (by daiksy)

* Wed Jun 20 2018 <mackerel-developers@hatena.ne.jp> - 0.21.1
- [check-http] Set Host header via req.Host (by nonylene)

Expand Down

0 comments on commit 4e9e4af

Please sign in to comment.