Skip to content

Commit

Permalink
Add normalization changelog and bump normalization version in platform (
Browse files Browse the repository at this point in the history
  • Loading branch information
grishick authored and nataly committed Nov 3, 2022
1 parent d6db9a1 commit 144aaf3
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class NormalizationRunnerFactory {

public static final String BASE_NORMALIZATION_IMAGE_NAME = "airbyte/normalization";
public static final String NORMALIZATION_VERSION = "0.2.23";
public static final String NORMALIZATION_VERSION = "0.2.24";

static final Map<String, ImmutablePair<String, DefaultNormalizationRunner.DestinationType>> NORMALIZATION_MAPPING =
ImmutableMap.<String, ImmutablePair<String, DefaultNormalizationRunner.DestinationType>>builder()
Expand Down
Loading

0 comments on commit 144aaf3

Please sign in to comment.