File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +5
-2
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 [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
55
66## [ Unreleased]
7+
8+ ## [ 4.2.0] - 2020-11-29
79### Added
810- new ` bin/metric-postgres-relation-size.rb ` find largest tables (@phumpal )
911
@@ -219,7 +221,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
219221### Added
220222- initial release
221223
222- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.1.0...HEAD
224+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.2.0...HEAD
225+ [ 4.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.1.0...4.2.0
223226[ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...4.1.0
224227[ 4.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2
225228[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
Original file line number Diff line number Diff line change 33module SensuPluginsPostgres
44 module Version
55 MAJOR = 4
6- MINOR = 1
6+ MINOR = 2
77 PATCH = 0
88
99 VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments