Skip to content

Commit 9752db0

Browse files
committed
prep for 0.1.1 release
1 parent 8b9351a commit 9752db0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
55

66
## [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
914

1015
## [0.1.0] - 2016-03-09
1116
### Added

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
22
module Version
33
MAJOR = 0
44
MINOR = 1
5-
PATCH = 0
5+
PATCH = 1
66

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)