Skip to content

Commit

Permalink
Bump version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Orner committed May 1, 2023
1 parent 04169e7 commit 325c9ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

# 1.22 - 2023-05-01

- Feature: Added `replace_associations` and changed default behavior for multi-table consuming. No longer relies on Rails direct associations and wonky magic for new vs. existing records.
- Fix: `bulk_import_id` is now handled by Deimos and does not need to be set by application code.
- ***BREAKING CHANGE*** Replaced `filter_records` with `should_consume?` on ActiveRecordConsumer.
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.20.1'
VERSION = '1.22'
end

0 comments on commit 325c9ca

Please sign in to comment.