We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d2ac0 commit 12dd450Copy full SHA for 12dd450
CHANGELOG
@@ -1,5 +1,9 @@
1
- Unrelease
2
3
+18-09-2020
4
+
5
+- Version 3.3.3
6
7
- FIX: `queue_in_memory` option not being passed to the backends.
8
- FIX: `MessageBus::DistributedCache#publish` should raise on error.
9
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 commit comments