Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jun 16, 2015
1 parent 3b42339 commit 16b5a58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
## Unreleased][unreleased]

## 0.0.1 - 2015-04-30

### Added
- initial release

## [0.0.2] - 2015-06-02

### Fixed
- added binstubs

### Changed
- removed cruft from /lib
- removed cruft from /lib

## [0.0.3] - 2015-06-16
### Fixed
- removed outdated dependency on openssl
2 changes: 1 addition & 1 deletion lib/sensu-plugins-graphite/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsGraphite
module Version
MAJOR = 0
MINOR = 0
PATCH = 2
PATCH = 3

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 16b5a58

Please sign in to comment.