Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dorner committed Jul 5, 2023
1 parent 85ec81d commit 7238b7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

# 1.22.4 - 2023-07-05
- Feature: Add support for message headers.

# 1.22.3 - 2023-06-13

- Fix: Don't update last_sent to current time on every poll.
- Feature: Allow for infinite retries in DB poller.
- Feature: Add support for message headers.

# 1.22.2 - 2023-05-10
- Feature: Add `DEIMOS_TASK_NAME` env variable when running a task (consumer, DB poller, DB producer).
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.2'
VERSION = '1.22.4'
end

0 comments on commit 7238b7f

Please sign in to comment.