Skip to content

Commit

Permalink
feat: support UUID type
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Nov 8, 2024
1 parent 93cd816 commit 91860cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions liquibase-dialect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 ##

* Supported UUID type in .xml, .yaml, and .json formats

## 1.0.2 ##

* Added duration format for `Interval` type and ISO for time types when loading data into tables
Expand Down
2 changes: 1 addition & 1 deletion liquibase-dialect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>tech.ydb.dialects</groupId>
<artifactId>liquibase-ydb-dialect</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>

<name>Liquibase YDB Dialect</name>
<description>Support Liquibase YDB Dialect</description>
Expand Down

0 comments on commit 91860cb

Please sign in to comment.