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,8 +4,10 @@ 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
+ ## [ 1.3.0] - 2017-07-25
7
9
### Fixed
8
- - Take into account reserved superuser connections in check-postgres-connections.rb
10
+ - Take into account reserved superuser connections in check-postgres-connections.rb ( @ Evesy )
9
11
10
12
### Added
11
13
- Ruby 2.4.1 testing
@@ -104,7 +106,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
104
106
### Added
105
107
- initial release
106
108
107
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...HEAD
109
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...HEAD
110
+ [ 1.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.2.0...1.3.0
108
111
[ 1.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.2...1.2.0
109
112
[ 1.1.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.1...1.1.2
110
113
[ 1.1.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 1
4
- MINOR = 2
4
+ MINOR = 3
5
5
PATCH = 0
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments