CHANGELOG.md in sensu-plugins-postgres-1.4.4 vs CHANGELOG.md in sensu-plugins-postgres-1.4.5

- old
+ new

@@ -3,10 +3,18 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md). ## [Unreleased] +## [1.4.5] - 2018-02-15 +### Fixed +- metric-postgres-graphite.rb: use the custom defined port when connecting to slave (@henkjan) + +### Added +- basic skel for integration testing with postgres (@majormoses) +- added test for `./bin/check-postgres-alive.rb` + ## [1.4.4] - 2017-11-08 ### Fixed - check-postgres-replication.rb: fix 9.x compatibility ## [1.4.3] - 2017-11-06 @@ -128,10 +136,11 @@ ## 0.0.1 - 2015-04-30 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...HEAD +[1.4.5]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.4...1.4.5 [1.4.4]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.3...1.4.4 [1.4.3]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.2...1.4.3 [1.4.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.1...1.4.2 [1.4.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.0...1.4.1 [1.4.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...1.4.0