We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbc640 commit fed1e3fCopy full SHA for fed1e3f
CHANGELOG.md
@@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3
4
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
6
-## Unreleased
+## [0.0.6] - 2015-10-08
7
### Changed
8
- standardized headers
9
lib/sensu-plugins-postgres/version.rb
@@ -2,7 +2,7 @@ module SensuPluginsPostgres
2
module Version
MAJOR = 0
MINOR = 0
- PATCH = 5
+ PATCH = 6
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments