We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cd816 commit 91860cbCopy full SHA for 91860cb
liquibase-dialect/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.1.0 ##
2
+
3
+* Supported UUID type in .xml, .yaml, and .json formats
4
5
## 1.0.2 ##
6
7
* Added duration format for `Interval` type and ISO for time types when loading data into tables
liquibase-dialect/pom.xml
@@ -6,7 +6,7 @@
<groupId>tech.ydb.dialects</groupId>
8
<artifactId>liquibase-ydb-dialect</artifactId>
9
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
10
11
<name>Liquibase YDB Dialect</name>
12
<description>Support Liquibase YDB Dialect</description>
0 commit comments