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 3097a8f commit 8bc9cebCopy full SHA for 8bc9ceb
CHANGELOG.md
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
6
## Unreleased
7
8
+## [0.0.5] - 2016-01-06
9
+### Fixed
10
+- remove duplicate option description in check-php-fpm
11
+
12
## [0.0.4] - 2015-09-21
13
### Added
14
- ability to make insecure https connections
lib/sensu-plugins-php-fpm/version.rb
@@ -2,7 +2,7 @@ module SensuPluginsPhpFpm
2
module Version
3
MAJOR = 0
4
MINOR = 0
- PATCH = 4
+ PATCH = 5
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
0 commit comments