Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff 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 number Diff line number Diff 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 Down Expand 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