Skip to content

Commit

Permalink
Prepare for 0.19.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and oguzhanunlu committed Jun 2, 2023
1 parent 9582293 commit 0e8f6b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```


Expand Down

0 comments on commit 0e8f6b2

Please sign in to comment.