Skip to content

Commit 92fe404

Browse files
committed
chore: update version to 1.14.0 and add changelog for taxonomy features
1 parent 133289e commit 92fe404

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

changelog.md

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

3+
## v1.14.0
4+
5+
### Aug 24, 2026
6+
7+
- Feat: Added taxonomy and term publish, unpublish, localize, and unlocalize support
8+
39
## v1.13.1
410

511
### Aug 17, 2026

pom.xml

Lines changed: 4 additions & 4 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.13.1</version>
10+
<version>1.14.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>
@@ -91,12 +91,12 @@
9191
<rxjava-source.version>3.1.12</rxjava-source.version>
9292
<retrofit-source.version>3.0.0</retrofit-source.version>
9393
<converter-gson-version>3.0.0</converter-gson-version>
94-
<okhttp.version>5.3.2</okhttp.version>
94+
<okhttp.version>5.4.0</okhttp.version>
9595
<jococo-plugin.version>0.8.13</jococo-plugin.version>
9696
<lombok-source.version>1.18.44</lombok-source.version>
9797
<junit-jupiter.version>5.11.4</junit-jupiter.version>
9898
<junit-jupiter-engine.version>5.10.1</junit-jupiter-engine.version>
99-
<gson.version>2.13.2</gson.version>
99+
<gson.version>2.14.0</gson.version>
100100
<maven-site-plugin.version>3.3</maven-site-plugin.version>
101101
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
102102
<maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>org.jetbrains.kotlin</groupId>
221221
<artifactId>kotlin-stdlib</artifactId>
222-
<version>2.3.20</version>
222+
<version>2.4.0</version>
223223
</dependency>
224224
<dependency>
225225
<groupId>com.warrenstrange</groupId>

0 commit comments

Comments
 (0)