Skip to content

Commit e640ad4

Browse files
committed
added: updated the version and changelog.md
1 parent 49df520 commit e640ad4

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
A brief description of what changes project contains
4+
5+
#### v1.0.1
6+
7+
- added surefire plugin to generate test report
8+
9+
## Introducing Release Of Java Marketplace SDK
10+
11+
#### v1.0.0
12+
13+
- Initial release for Marketplace SDK

pom.xml

Lines changed: 1 addition & 1 deletion
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>marketplace</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.0.1</version>
99
<description>Contentstack Java Management SDK for Content Management API</description>
1010
<url>https://github.com/contentstack/contentstack-management-java/</url>
1111

0 commit comments

Comments
 (0)