Skip to content

Commit 25df642

Browse files
authored
Merge pull request #116 from contentstack/version-bump
version bump
2 parents 97271f3 + 3080947 commit 25df642

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: mvn jacoco:prepare-agent jacoco:report
2323

2424
- name: Upload Code Coverage Report
25-
uses: actions/upload-artifact@v3
25+
uses: actions/upload-artifact@v4
2626
with:
2727
name: code-coverage-report
2828
path: target/site/jacoco

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.5.2
4+
5+
### Feb 03, 2025
6+
7+
- Feature added related to entry workflow methods
8+
39
## v1.5.1
410

511
### Jan 20, 2025

pom.xml

+1-1
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.5.1</version>
10+
<version>1.5.2</version>
1111
<description>Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
1212
API-first approach
1313
</description>

0 commit comments

Comments
 (0)