Skip to content

Commit 2561b21

Browse files
Merge pull request #185 from contentstack/staging
DX | 22-09-2025 | Release
2 parents 2a23aa9 + 209d8bb commit 2561b21

File tree

10 files changed

+1849
-41
lines changed

10 files changed

+1849
-41
lines changed

changelog.md

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

3+
## v1.8.0
4+
5+
### Sep 15, 2025
6+
7+
- Feature : OAuth 2.0 support with PKCE flow
8+
- Improved code organization and removed redundant methods
9+
310
## v1.7.1
411

512
### Jul 21, 2025

pom.xml

Lines changed: 2 additions & 2 deletions
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.7.1</version>
10+
<version>1.8.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>
@@ -363,7 +363,7 @@
363363
<plugin>
364364
<groupId>org.jacoco</groupId>
365365
<artifactId>jacoco-maven-plugin</artifactId>
366-
<version>0.8.7</version>
366+
<version>${jococo-plugin.version}</version>
367367
<executions>
368368
<execution>
369369
<id>prepare-agent</id>

0 commit comments

Comments
 (0)