Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jones committed Jun 18, 2015
1 parent 33461b4 commit 58f7604
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang

## [Unreleased][unreleased]

## [0.0.3] - 2015-06-18
### Added
- plugin to test SSL using the [Qualys SSL Test API](https://www.ssllabs.com/ssltest/)

## [0.0.2] - 2015-06-03

### Fixed
- added binstubs

### Changed
- removed cruft from /lib

## 0.0.1 - 2015-05-21

### Added
- initial release
2 changes: 1 addition & 1 deletion lib/sensu-plugins-ssl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module SensuPluginsSSL
module Version
MAJOR = 0
MINOR = 0
PATCH = 2
PATCH = 3

VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
end
Expand Down

0 comments on commit 58f7604

Please sign in to comment.