Skip to content

Commit 4c426b1

Browse files
committed
prep for 2.2.0 release
1 parent af07a7f commit 4c426b1

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ 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+
## [2.2.0] - 2018-10-16
79
### Added
8-
- metric-postgres-statsbgwriter.rb: additional metrics
9-
- metric-postgres-statsdb.rb additional metrics
10+
- metric-postgres-statsbgwriter.rb: additional metrics (@phumpal)
11+
- metric-postgres-statsdb.rb additional metrics (@phumpal)
1012

1113
## [2.1.0] - 2018-10-16
1214
### Added
@@ -156,7 +158,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
156158
### Added
157159
- initial release
158160

159-
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...HEAD
161+
[Unreleased]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.0...HEAD
162+
[2.2.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...2.2.0
160163
[2.1.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
161164
[2.0.0]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.6...2.0.0
162165
[1.4.6]: https://github.com/sensu-plugins/sensu-plugins-postgres/compare/1.4.5...1.4.6

lib/sensu-plugins-postgres/version.rb

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

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

0 commit comments

Comments
 (0)