Skip to content

Commit

Permalink
Release v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bzwei committed Jul 6, 2020
1 parent 561a3c9 commit f0a0cbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@

= 0.1.5 - 6-Jun-2019
* Allow caller to provide extra headers to the message

= 0.1.6 - 6-July-2020
* Rescue message body decoding errors. Re-raise errors raised by users code of processing received messages.
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.5"
VERSION = "0.1.6"
end
end

0 comments on commit f0a0cbc

Please sign in to comment.