Skip to content

Commit

Permalink
patch level bump, 0.13.1, fixed event occurrence count
Browse files Browse the repository at this point in the history
  • Loading branch information
portertech committed Jul 28, 2014
1 parent ccb63c4 commit c81c50a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.13.1 - 2014-07-28

### Other

Fixed event occurrence count.

## 0.13.0 - 2014-06-12

### Non-backwards compatible changes
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.13.0'
VERSION = '0.13.1'

SEVERITIES = %w[ok warning critical unknown]

Expand Down

0 comments on commit c81c50a

Please sign in to comment.