[Chore] upload version and changelog (#9)
diff --git a/CHANGE-LOG.txt b/CHANGE-LOG.md similarity index 67% rename from CHANGE-LOG.txt rename to CHANGE-LOG.md index ebcf900..3376d49 100644 --- a/CHANGE-LOG.txt +++ b/CHANGE-LOG.md
@@ -2,4 +2,8 @@ This repository contains the SDK service for the Apache Doris project. -1. Init Thrift Service \ No newline at end of file +1. Init Thrift Service + +## 1.0.1 + +1. Add new types such as IPV4/IPV6/VARIANT \ No newline at end of file
diff --git a/pom.xml b/pom.xml index d7a1be1..2616307 100644 --- a/pom.xml +++ b/pom.xml
@@ -27,7 +27,7 @@ <groupId>org.apache.doris</groupId> <artifactId>doris-sdk</artifactId> <packaging>pom</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>Archetype - doris-sdk</name> <url>https://doris.apache.org</url> <licenses>
diff --git a/thrift-service/pom.xml b/thrift-service/pom.xml index e579513..959b467 100644 --- a/thrift-service/pom.xml +++ b/thrift-service/pom.xml
@@ -21,7 +21,7 @@ <parent> <artifactId>doris-sdk</artifactId> <groupId>org.apache.doris</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>