Skip to content

Commit 5285de0

Browse files
committed
prep for 4.0.2 release
1 parent 06450f1 commit 5285de0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md).
55

66
## [Unreleased]
7-
- `check-postgres-replication.rb`: `# frozen_string_literal: true` does not play nicely with mixlib-cli
7+
8+
## [4.0.2] - 2020-06-02
9+
- Fixed `# frozen_string_literal: true` does not play nicely with mixlib-cli.
810

911
## [4.0.1] - 2020-04-20
1012
### Fixed
@@ -211,7 +213,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
211213
### Added
212214
- initial release
213215

214-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...HEAD
216+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...HEAD
217+
[4.0.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2
215218
[4.0.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
216219
[4.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0
217220
[3.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...3.0.0

lib/sensu-plugins-postgres/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module SensuPluginsPostgres
44
module Version
55
MAJOR = 4
66
MINOR = 0
7-
PATCH = 1
7+
PATCH = 2
88

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

0 commit comments

Comments
 (0)