File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
22
run : mvn jacoco:prepare-agent jacoco:report
23
23
24
24
- name : Upload Code Coverage Report
25
- uses : actions/upload-artifact@v3
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : code-coverage-report
28
28
path : target/site/jacoco
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.5.2
4
+
5
+ ### Feb 03, 2025
6
+
7
+ - Feature added related to entry workflow methods
8
+
3
9
## v1.5.1
4
10
5
11
### Jan 20, 2025
Original file line number Diff line number Diff line change 7
7
<artifactId >cms</artifactId >
8
8
<packaging >jar</packaging >
9
9
<name >contentstack-management-java</name >
10
- <version >1.5.1 </version >
10
+ <version >1.5.2 </version >
11
11
<description >Contentstack Java Management SDK for Content Management API, Contentstack is a headless CMS with an
12
12
API-first approach
13
13
</description >
You can’t perform that action at this time.
0 commit comments