Skip to content

Commit c1ed81d

Browse files
authored
Release 4.3.8 (#344)
1 parent df15dbe commit c1ed81d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FUTURE
1+
14-09-2023
2+
3+
- Version 4.3.8
24

35
- FIX: Typo in `group_ids_lookup` option name in Redis params exclusion list that was preventing the use of the redis backend along with this option.
46
- FIX: Removes close_db_connection! deprecation warning.

lib/message_bus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MessageBus
4-
VERSION = "4.3.7"
4+
VERSION = "4.3.8"
55
end

0 commit comments

Comments
 (0)