Skip to content
Merged
8 changes: 7 additions & 1 deletion changelog.md
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.10.0

### Oct 27, 2025

- Feature : TOTP support

## v1.9.0

### Oct 13, 2025
Expand All@@ -8,7 +14,7 @@

## v1.8.0

### Sep 15, 2025
### Sep 29, 2025

- Feature : OAuth 2.0 support with PKCE flow
- Improved code organization and removed redundant methods
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line numberDiff line numberDiff line change
Expand Up@@ -7,7 +7,7 @@
<artifactId>cms</artifactId>
<packaging>jar</packaging>
<name>contentstack-management-java</name>
<version>1.9.0</version>
<version>1.10.0</version>
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
API-first approach
</description>
Expand DownExpand Up@@ -214,6 +214,11 @@
<artifactId>kotlin-stdlib</artifactId>
<version>2.1.21</version>
</dependency>
<dependency>
<groupId>com.warrenstrange</groupId>
<artifactId>googleauth</artifactId>
<version>1.5.0</version>
</dependency>
</dependencies>


Expand Down
Loading
Loading