Skip to content

Commit 6e4c3a1

Browse files
committed
prep for 4.1.0 release
1 parent 2610275 commit 6e4c3a1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
55

66
## [Unreleased]
77

8+
## [4.1.0] - 2020-06-04
9+
### Added
10+
- new `metric-postgres-vaccum.rb` metric gathering script for postgres vacuum process (@phumpal)
11+
812
## [4.0.2] - 2020-06-02
913
- Fixed `# frozen_string_literal: true` does not play nicely with mixlib-cli.
1014

@@ -213,7 +217,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
213217
### Added
214218
- initial release
215219

216-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...HEAD
220+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.1.0...HEAD
221+
[4.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...4.1.0
217222
[4.0.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2
218223
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
219224
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0

lib/sensu-plugins-postgres/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module SensuPluginsPostgres
44
module Version
55
MAJOR = 4
6-
MINOR = 0
7-
PATCH = 2
6+
MINOR = 1
7+
PATCH = 0
88

99
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1010
end

0 commit comments

Comments
 (0)