File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
- - Correctly evaluate and collect metrics for active connections and active connections waiting on backend locks
8
- - Add new metric ` total `
7
+
8
+ ## [ 0.1.1] - 2016-03-24
9
+ ### Added
10
+ - metric-postgres-connections: Add new metric ` total `
11
+
12
+ ### Fixed
13
+ - metric-postgres-connections: Correctly evaluate and collect metrics for active connections and active connections waiting on backend locks
9
14
10
15
## [ 0.1.0] - 2016-03-09
11
16
### Added
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 0
4
4
MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
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