Skip to content

Commit f988cbf

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2025-07-08) ### Features * release new version ([5198f98](5198f98)) * release new version ([ee6cac9](ee6cac9))
1 parent 5198f98 commit f988cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>client</artifactId>
66
<packaging>jar</packaging>
77
<name>Official Zitadel SDK for Java</name>
8-
<version>1.9.0</version>
8+
<version>1.10.0</version>
99
<inceptionYear>2025</inceptionYear>
1010
<url>https://github.com/zitadel/client-java</url>
1111
<description>Official Zitadel SDK for Java. Authenticate and access Zitadel's authentication and management APIs in
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package com.zitadel;
22

33
class Version {
4-
public static final String VERSION = "1.9.0";
4+
public static final String VERSION = "1.10.0";
55
}

0 commit comments

Comments
 (0)