File tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-postgres
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/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 4.2.0] - 2020-11-29
7
9
### Added
8
10
- new ` bin/metric-postgres-relation-size.rb ` find largest tables (@phumpal )
9
11
@@ -219,7 +221,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
219
221
### Added
220
222
- initial release
221
223
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
223
226
[ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...4.1.0
224
227
[ 4.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2
225
228
[ 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 3
3
module SensuPluginsPostgres
4
4
module Version
5
5
MAJOR = 4
6
- MINOR = 1
6
+ MINOR = 2
7
7
PATCH = 0
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments