Skip to content

Commit

Permalink
Bump version to 1.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jan 9, 2024
1 parent eb628f3 commit 9f15402
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## UNRELEASED

# 1.23.0 - 2024-01-09

- Fix: Fixed handler metric for status:received, status:success in batch consumption
- Feature: Allow pre processing of messages prior to bulk consumption
- Feature: Add global configuration for custom `bulk_import_id_generator` proc for all consumers
Expand Down
2 changes: 1 addition & 1 deletion lib/deimos/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Deimos
VERSION = '1.22.5'
VERSION = '1.23.0'
end

0 comments on commit 9f15402

Please sign in to comment.