Skip to content

Commit 8bc9ceb

Browse files
committed
deploy
1 parent 3097a8f commit 8bc9ceb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
55

66
## Unreleased
77

8+
## [0.0.5] - 2016-01-06
9+
### Fixed
10+
- remove duplicate option description in check-php-fpm
11+
812
## [0.0.4] - 2015-09-21
913
### Added
1014
- ability to make insecure https connections

lib/sensu-plugins-php-fpm/version.rb

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

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

0 commit comments

Comments
 (0)