Skip to content

Commit 8a2939b

Browse files
committed
version bump
1 parent 6820aa1 commit 8a2939b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v2.4.0
4+
5+
### Feb 02, 2026
6+
- Enhancement: Retry mechanism added
7+
38
## v2.3.2
49

510
### Jan 05, 2026

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.contentstack.sdk</groupId>
77
<artifactId>java</artifactId>
8-
<version>2.3.2</version>
8+
<version>2.4.0</version>
99
<packaging>jar</packaging>
1010
<name>contentstack-java</name>
1111
<description>Java SDK for Contentstack Content Delivery API</description>
@@ -314,7 +314,7 @@
314314
<configuration>
315315
<!-- Tests are skipped by default; use -Dtest to specify which tests to run -->
316316
<!-- Example: -Dtest='*IT' for integration tests, -Dtest='Test*' for unit tests -->
317-
<skipTests>true</skipTests>
317+
<!-- <skipTests>true</skipTests> -->
318318
<!-- OPTIMIZED: Parallel execution with controlled concurrency -->
319319
<parallel>classes</parallel>
320320
<threadCount>4</threadCount>

0 commit comments

Comments
 (0)