File tree Expand file tree Collapse file tree
lib/sensu-plugins-mongodb Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
55
66## [ Unreleased]
7+
8+ ## [ 1.4.0] - 2017-09-05
79### Added
810- Support for returning replicaset state metrics (@naemono )
911- Tests covering returning replicaset state metrics (@naemono )
1012- Ruby 2.4.1 testing
1113
12- ## [ 1.3.0]
14+ ## [ 1.3.0] - 2017-05-22
1315### Added
1416- Support for database size metrics (@naemono )
1517- Tests covering returning database size metrics (@naemono )
1618
17- ## [ 1.2.2]
19+ ## [ 1.2.2] - 2017-05-08
1820### Fixed
1921- ` check-mongodb.py ` : will now correctly crit on connection issues (@majormoses )
2022## [ 1.2.1] - 2017-05-07
@@ -105,7 +107,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
105107### Added
106108- initial release
107109
108- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.3.0...HEAD
110+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.4.0...HEAD
111+ [ 1.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.3.0...1.4.0
109112[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.1...1.3.0
110113[ 1.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.2.0...1.2.1
111114[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-mongodb/compare/1.1.0...1.2.0
Original file line number Diff line number Diff line change 11module SensuPluginsMongoDB
22 module Version
33 MAJOR = 1
4- MINOR = 3
4+ MINOR = 4
55 PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments