Skip to content

Commit

Permalink
prep for 4.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
majormoses committed Jun 5, 2020
1 parent 2610275 commit 6e4c3a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins

## [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.

Expand Down Expand Up @@ -213,7 +217,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
### 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
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-postgres/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module SensuPluginsPostgres
module Version
MAJOR = 4
MINOR = 0
PATCH = 2
MINOR = 1
PATCH = 0

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 6e4c3a1

Please sign in to comment.