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 drewrasm committed Nov 2, 2022
1 parent 65b5ed0 commit c613102
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 c613102

Please sign in to comment.