File tree 2 files changed +7
-3
lines changed
lib/sensu-plugins-postgres
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 2.4.0] - 2019-10-04
9
+ ### Added
7
10
- Support comments in pgpass file. Keeps previous behavior and adds support for ignoring leading comments (@phumpal )
8
11
9
12
## [ 2.3.2] - 2019-03-12
@@ -179,7 +182,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
179
182
### Added
180
183
- initial release
181
184
182
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...HEAD
185
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...HEAD
186
+ [ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...2.4.0
183
187
[ 2.3.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.1...2.3.2
184
188
[ 2.3.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.0...2.3.1
185
189
[ 2.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.2...2.3.0
Original file line number Diff line number Diff line change 1
1
module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 2
4
- MINOR = 3
5
- PATCH = 2
4
+ MINOR = 4
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