File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-graphite Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 0.0.6] - 2015-08-27
7
9
### Added
8
10
- check on number of hosts
9
11
- -auth param allows authentication by bearer token
@@ -30,7 +32,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
30
32
### Added
31
33
- initial release
32
34
33
- [ unreleased ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.5...HEAD
35
+ [ unreleased ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.6...HEAD
36
+ [ 0.0.6 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.5...0.0.6
34
37
[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.4...0.0.5
35
38
[ 0.0.4 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.3...0.0.4
36
39
[ 0.0.3 ] : https://github.com/sensu-plugins/sensu-plugins-graphite/compare/0.0.2...0.0.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsGraphite
2
2
module Version
3
3
MAJOR = 0
4
4
MINOR = 0
5
- PATCH = 5
5
+ PATCH = 6
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments