File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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+ ## [ 0.1.0] - 2016-03-09
79### Added
810- Add new plugin ` check-postgres-connections ` that checks the number of connections to a DB
911
@@ -42,7 +44,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
4244### Added
4345- initial release
4446
45- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...HEAD
47+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...HEAD
48+ [ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
4649[ 0.0.7 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.6...0.0.7
4750[ 0.0.6 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.5...0.0.6
4851[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.4...0.0.5
Original file line number Diff line number Diff line change 11module SensuPluginsPostgres
22 module Version
33 MAJOR = 0
4- MINOR = 0
5- PATCH = 7
4+ MINOR = 1
5+ PATCH = 0
66
77 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
88 end
You can’t perform that action at this time.
0 commit comments