Skip to content

Commit

Permalink
Release 3.3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgxworld committed Sep 18, 2020
1 parent 04d2ac0 commit 12dd450
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
@@ -1,5 +1,9 @@
- Unrelease

18-09-2020

- Version 3.3.3

- FIX: `queue_in_memory` option not being passed to the backends.
- FIX: `MessageBus::DistributedCache#publish` should raise on error.

Expand Down
2 changes: 1 addition & 1 deletion lib/message_bus/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module MessageBus
VERSION = "3.3.2"
VERSION = "3.3.3"
end

0 comments on commit 12dd450

Please sign in to comment.