From 0e8f6b206d8c7acad9cf659cf4d09d7599c061f7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:09:21 +0000 Subject: [PATCH] Prepare for 0.19.0 release --- CHANGELOG | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d69f09aa..de2e8bce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.19.0 (2023-06-02) +--------------------------- +Refactor Redshift migrations (#173) + Version 0.18.2 (2023-05-05) --------------------------- Drop not null constraint in parquet migrations, when required field is added from new version (#170) diff --git a/README.md b/README.md index a9e12381..41ae50f3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Schema DDL itself does not provide any CLI and expose only Scala API. Schema DDL is compiled against Scala 2.12 and 2.13 and available on Maven Central. In order to use it with SBT, include following module: ```scala -libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.17.0" +libraryDependencies += "com.snowplowanalytics" %% "schema-ddl" % "0.19.0" ```