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
+ ## [ 4.3.0] - 2021-09-15
8
+
7
9
### Added
8
10
- asset for generic debian build (including ubuntu) (@VeselaHouba )
9
11
@@ -223,7 +225,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
223
225
### Added
224
226
- initial release
225
227
226
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.2.0...HEAD
228
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.3.0...HEAD
229
+ [ 4.3.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.2.0...4.3.0
227
230
[ 4.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.1.0...4.2.0
228
231
[ 4.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.2...4.1.0
229
232
[ 4.0.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/4.0.1...4.0.2
Original file line number Diff line number Diff line change 3
3
module SensuPluginsPostgres
4
4
module Version
5
5
MAJOR = 4
6
- MINOR = 2
6
+ MINOR = 3
7
7
PATCH = 0
8
8
9
9
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
You can’t perform that action at this time.
0 commit comments