Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
eheydrick committed Dec 3, 2015
1 parent f19a2f6 commit 85fb78d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).
This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)

## Unreleased

[1.0.0] - 2015-12-03
### Added
- metrics-nginx.rb: Added default hostname of 'localhost'
- metrics-nginx.rb: Added usage

### Removed
- Removed nginx-metrics.rb; use metrics-nginx.rb instead

### Changed
- Update to rubocop 0.32.1

## [0.0.6] - 2015-08-04
### Changed
- add gem description
Expand Down
4 changes: 2 additions & 2 deletions lib/sensu-plugins-nginx/version.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module SensuPluginsNginx
module Version
MAJOR = 0
MAJOR = 1
MINOR = 0
PATCH = 6
PATCH = 0

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

0 comments on commit 85fb78d

Please sign in to comment.