diff --git a/CHANGELOG b/CHANGELOG index 6b4c3e0b..97498da1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ -FUTURE +14-09-2023 + +- Version 4.3.8 - 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. - FIX: Removes close_db_connection! deprecation warning. diff --git a/lib/message_bus/version.rb b/lib/message_bus/version.rb index 354cbdd0..4c894cd8 100644 --- a/lib/message_bus/version.rb +++ b/lib/message_bus/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module MessageBus - VERSION = "4.3.7" + VERSION = "4.3.8" end