File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +5
-2
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 [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 1.4.6] - 2018-05-03
7
9
### Fixed
8
10
- version number check for build strings such as ` 10.3 (Ubuntu 10.3-1.pgdg16.04+1) `
9
11
@@ -143,7 +145,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
143
145
### Added
144
146
- initial release
145
147
146
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...HEAD
148
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...HEAD
149
+ [ 1.4.6 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...1.4.6
147
150
[ 1.4.5 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...1.4.5
148
151
[ 1.4.4 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.3...1.4.4
149
152
[ 1.4.3 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.2...1.4.3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 1
4
4
MINOR = 4
5
- PATCH = 5
5
+ PATCH = 6
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