Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: version bump
  • Loading branch information
reeshika-h committed Sep 23, 2025
commit 9aa874e96a98099b1f53888b8df232296f07094c
8 changes: 7 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## v1.9.0

### Oct 06, 2025

- Enhancement : TOTP login added

## 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
2 changes: 1 addition & 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.8.0</version>
<version>1.9.0</version>
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
API-first approach
</description>
Expand Down
Loading