File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
This CHANGELOG follows the format listed [ here] ( https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md ) .
5
5
6
6
## [ 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.
8
10
9
11
## [ 4.0.1] - 2020-04-20
10
12
### Fixed
@@ -211,7 +213,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
211
213
### Added
212
214
- initial release
213
215
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
215
218
[ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
216
219
[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0
217
220
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...3.0.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module SensuPluginsPostgres
4
4
module Version
5
5
MAJOR = 4
6
6
MINOR = 0
7
- PATCH = 1
7
+ PATCH = 2
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
10
10
end
You can’t perform that action at this time.
0 commit comments