We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16927b6 commit 3fb0f90Copy full SHA for 3fb0f90
.travis.yml
@@ -8,6 +8,7 @@ rvm:
8
- 2.1
9
- 2.2
10
- 2.3.0
11
+- 2.4.1
12
notifications:
13
email:
14
recipients:
@@ -30,4 +31,5 @@ deploy:
30
31
rvm: 2.1
32
rvm: 2.2
33
rvm: 2.3.0
34
+ rvm: 2.4.1
35
repo: sensu-plugins/sensu-plugins-graphite
CHANGELOG.md
@@ -1,11 +1,11 @@
1
-#Change Log
+# Change Log
2
This project adheres to [Semantic Versioning](http://semver.org/).
3
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
## [Unreleased]
7
-## [2.1.0]
+## [2.1.0] - 2017-06-11
### Changed
- Disable filtering for handler-graphite-status.rb
### Fixed
0 commit comments