This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/doris-sdk.git


The following commit(s) were added to refs/heads/main by this push:
     new 3870d0a  [Chore] upload version and changelog (#9)
3870d0a is described below

commit 3870d0ae09d1836edfdfe737a3170711b07ed5f7
Author: wudi <676366...@qq.com>
AuthorDate: Thu Mar 28 10:20:44 2024 +0800

    [Chore] upload version and changelog (#9)
---
 CHANGE-LOG.txt => CHANGE-LOG.md | 6 +++++-
 pom.xml                         | 2 +-
 thrift-service/pom.xml          | 2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/CHANGE-LOG.txt b/CHANGE-LOG.md
similarity index 54%
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 @@ under the License.
     <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 @@ under the License.
     <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>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to