Skip to content

Commit 1fcd482

Browse files
committed
prep for 1.4.0 release
1 parent b612872 commit 1fcd482

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This 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

lib/sensu-plugins-mongodb/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module 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('.')

0 commit comments

Comments
 (0)