Skip to content

Commit

Permalink
Merge pull request #37 from bzwei/v0.1.2
Browse files Browse the repository at this point in the history
release 0.1.2
  • Loading branch information
agrare committed Dec 11, 2018
2 parents 00b6c2f + ca3dc6d commit 44ab43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@
* By default upon receiving a message or an event, it is automatically acknowledged. But
the subscriber can decide to turn off the auto ack feature and ack it in the callback block.

= 0.1.2 - 11-Dec-2018
* Allow to set max_bytes to each_batch when subscribe to a Kafka topic.
2 changes: 1 addition & 1 deletion lib/manageiq/messaging/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module Messaging
VERSION = "0.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 44ab43b

Please sign in to comment.