CHANGELOG.md in sensu-plugins-postgres-4.0.2 vs CHANGELOG.md in sensu-plugins-postgres-4.1.0

- old
+ new

@@ -3,10 +3,14 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md). ## [Unreleased] +## [4.1.0] - 2020-06-04 +### Added +- new `metric-postgres-vaccum.rb` metric gathering script for postgres vacuum process (@phumpal) + ## [4.0.2] - 2020-06-02 - Fixed `# frozen_string_literal: true` does not play nicely with mixlib-cli. ## [4.0.1] - 2020-04-20 ### Fixed @@ -211,10 +215,11 @@ ## 0.0.1 - 2015-04-30 ### Added - initial release -[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...HEAD +[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.1.0...HEAD +[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...4.1.0 [4.0.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2 [4.0.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1 [4.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0 [3.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...3.0.0 [2.4.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...2.4.0