Skip to content

Commit d58124d

Browse files
committed
Version 0.8.1
1 parent 391c346 commit d58124d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
1010
### Fixed
1111
### Changed
1212

13-
## [Unreleased]
13+
## [0.8.1]
1414

1515
### Fixed
1616
- check-consumer-lag: remove celluloid (temporary), fix data structure, fix partition_owner function

lib/sensu-plugins-kafka/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ module SensuPluginsKafka
66
module Version
77
MAJOR = 0
88
MINOR = 8
9-
PATCH = 0
9+
PATCH = 1
1010

1111
VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
1212
end

0 commit comments

Comments
 (0)