File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-3
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 at [ Keep A Changelog] ( http://keepachangelog.com/ )
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 0.1.0] - 2016-03-09
7
9
### Added
8
10
- Add new plugin ` check-postgres-connections ` that checks the number of connections to a DB
9
11
@@ -42,7 +44,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
42
44
### Added
43
45
- initial release
44
46
45
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...HEAD
47
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...HEAD
48
+ [ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
46
49
[ 0.0.7 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.6...0.0.7
47
50
[ 0.0.6 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.5...0.0.6
48
51
[ 0.0.5 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.4...0.0.5
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 0
4
- MINOR = 0
5
- PATCH = 7
4
+ MINOR = 1
5
+ PATCH = 0
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