File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ 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
+
8
+ ## [ 4.0.1] - 2020-04-20
7
9
### Fixed
8
10
- Fixing asset build directives.
9
11
@@ -208,7 +210,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
208
210
### Added
209
211
- initial release
210
212
211
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...HEAD
213
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...HEAD
214
+ [ 4.0.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.0...4.0.1
212
215
[ 4.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/3.0.0...4.0.0
213
216
[ 3.0.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.4.0...3.0.0
214
217
[ 2.4.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.3.2...2.4.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 = 0
7
+ PATCH = 1
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