Skip to content

Commit

Permalink
minor version bump, 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Feb 19, 2014
1 parent 882ac5a commit b0240d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.12.6 - 2014-02-19

### Non-backwards compatible changes

The "profiler" extension type `Sensu::Extension::Profiler` is now "generic"
`Sensu::Extension::Generic`.

## 0.12.5 - 2014-01-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion lib/sensu/constants.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Sensu
unless defined?(Sensu::VERSION)
VERSION = '0.12.5'
VERSION = '0.12.6'

LOG_LEVELS = [:debug, :info, :warn, :error, :fatal]

Expand Down

0 comments on commit b0240d6

Please sign in to comment.