Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Nov 12, 2015
1 parent 62eb54e commit 8eb6218
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased

## [0.0.7] - 2015-11-12
### Fixed
- Stopped trying to gather indexCounters data from mongo 3 (metrics-mongodb.rb)

### Changed
- Updated mongo gem to 1.12.3

## [0.0.6] - 2015-10-13
### Fixed
- Rename option to avoid naming conflict with class variable name
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu-plugins-mongodb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsMongoDB
module Version
MAJOR = 0
MINOR = 0
PATCH = 6
PATCH = 7

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

0 comments on commit 8eb6218

Please sign in to comment.