File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
lib/sensu-plugins-postgres Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 2.2.2] - 2018-10-27
8
9
### Fixed
9
10
- Remove unexplicit dependency on ActiveSupport (@multani )
10
11
@@ -165,7 +166,8 @@ This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins
165
166
### Added
166
167
- initial release
167
168
168
- [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.1...HEAD
169
+ [ Unreleased ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.2...HEAD
170
+ [ 2.2.2 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.1...2.2.2
169
171
[ 2.2.1 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.2.0...2.2.1
170
172
[ 2.2.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.1.0...2.2.0
171
173
[ 2.1.0 ] : https://github.com/sensu-plugins/sensu-plugins-postgres/compare/2.0.0...2.1.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
2
module Version
3
3
MAJOR = 2
4
4
MINOR = 2
5
- PATCH = 1
5
+ PATCH = 2
6
6
7
7
VER_STRING = [ MAJOR , MINOR , PATCH ] . compact . join ( '.' )
8
8
end
You can’t perform that action at this time.
0 commit comments