File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
12
12
13
13
### Added
14
14
- Ruby 2.3.0 support
15
- - Updated all the scripts to add an optional timeout setting.
15
+ - Update all the scripts to add an optional timeout setting.
16
16
17
17
## [ 0.1.1] - 2016-03-24
18
18
### Added
@@ -60,7 +60,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
60
60
### Added
61
61
- initial release
62
62
63
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...HEAD
63
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.0.0...HEAD
64
+ [ 1.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.1...1.0.0
64
65
[ 0.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.1.0...0.1.1
65
66
[ 0.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.7...0.1.0
66
67
[ 0.0.7 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/0.0.6...0.0.7
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
- MAJOR = 0
4
- MINOR = 1
5
- PATCH = 1
3
+ MAJOR = 1
4
+ MINOR = 0
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