Skip to content

Commit fa05ada

Browse files
committed
prep for 1.4.3 release
1 parent 41d76ac commit fa05ada

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ 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+
8+
## [1.4.3] - 2017-11-06
79
### Fixed
810
- check-postgres-replication.rb: maintains backwards compatibility with <= 9.6 and adds compatibility for >= 10
911

@@ -124,7 +126,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
124126
### Added
125127
- initial release
126128

127-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.2...HEAD
129+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.3...HEAD
130+
[1.4.3]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.2...1.4.3
128131
[1.4.2]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.1...1.4.2
129132
[1.4.1]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.0...1.4.1
130133
[1.4.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.3.0...1.4.0

lib/sensu-plugins-postgres/version.rb

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

77
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
88
end

0 commit comments

Comments
 (0)