Skip to content

Commit

Permalink
prep for 1.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed May 9, 2017
1 parent 5df9bd9 commit 59a9f18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## [Unreleased]
## [1.2.2]
### Fixed
- `check-mongodb.py`: will now correctly crit on connection issues (@majormoses)
## [1.2.1] - 2017-05-07
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 = 1
MINOR = 2
PATCH = 1
PATCH = 2

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

0 comments on commit 59a9f18

Please sign in to comment.