diff --git a/CHANGELOG.md b/CHANGELOG.md index 51896696..3c189174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## UNRELEASED +# 1.22.5 - 2023-07-18 +- Fix: Fixed buffer overflow crash with DB producer. + # 1.22.4 - 2023-07-05 - Feature: Add support for message headers. diff --git a/lib/deimos/version.rb b/lib/deimos/version.rb index 3a0c432f..474bcfaa 100644 --- a/lib/deimos/version.rb +++ b/lib/deimos/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Deimos - VERSION = '1.22.4' + VERSION = '1.22.5' end