Skip to content

Commit 91860cb

Browse files
feat: support UUID type
1 parent 93cd816 commit 91860cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

liquibase-dialect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0 ##
2+
3+
* Supported UUID type in .xml, .yaml, and .json formats
4+
15
## 1.0.2 ##
26

37
* Added duration format for `Interval` type and ISO for time types when loading data into tables

liquibase-dialect/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>tech.ydb.dialects</groupId>
88
<artifactId>liquibase-ydb-dialect</artifactId>
9-
<version>1.1.0-SNAPSHOT</version>
9+
<version>1.1.0</version>
1010

1111
<name>Liquibase YDB Dialect</name>
1212
<description>Support Liquibase YDB Dialect</description>

0 commit comments

Comments
 (0)