Skip to content

Commit f448d05

Browse files
Merge pull request #195 from contentstack/staging
DX | 27-10-2025 | Release
2 parents e50ec47 + 37580ee commit f448d05

File tree

7 files changed

+374
-158
lines changed

7 files changed

+374
-158
lines changed

changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.10.0
4+
5+
### Oct 27, 2025
6+
7+
- Feature : TOTP support
8+
39
## v1.9.0
410

511
### Oct 13, 2025
@@ -8,7 +14,7 @@
814

915
## v1.8.0
1016

11-
### Sep 15, 2025
17+
### Sep 29, 2025
1218

1319
- Feature : OAuth 2.0 support with PKCE flow
1420
- Improved code organization and removed redundant methods

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>cms</artifactId>
88
<packaging>jar</packaging>
99
<name>contentstack-management-java</name>
10-
<version>1.9.0</version>
10+
<version>1.10.0</version>
1111
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1212
API-first approach
1313
</description>
@@ -214,6 +214,11 @@
214214
<artifactId>kotlin-stdlib</artifactId>
215215
<version>2.1.21</version>
216216
</dependency>
217+
<dependency>
218+
<groupId>com.warrenstrange</groupId>
219+
<artifactId>googleauth</artifactId>
220+
<version>1.5.0</version>
221+
</dependency>
217222
</dependencies>
218223

219224

0 commit comments

Comments
 (0)