File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 1.4.2] - 2017-09-27
8
9
### Fixed
9
- - metric-postgres-locks.rb: Fixed lock count collect (@madboxkr )
10
+ - metric-postgres-locks.rb: Fix lock count collection (@madboxkr )
10
11
11
12
## [ 1.4.1] - 2017-09-26
12
13
### Fixed
@@ -121,7 +122,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
121
122
### Added
122
123
- initial release
123
124
124
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.1...HEAD
125
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.2...HEAD
126
+ [ 1.4.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.1...1.4.2
125
127
[ 1.4.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.0...1.4.1
126
128
[ 1.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...1.4.0
127
129
[ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...1.3.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 1
4
4
MINOR = 4
5
- PATCH = 1
5
+ PATCH = 2
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments