Skip to content

Commit 0f1939c

Browse files
Merge pull request #12 from contentstack/development
Development
2 parents 70e9ba8 + 29cdd37 commit 0f1939c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33

44
------------------------------------------------
55

6+
## Version 1.5.0
7+
###### Date: 15-Nov-2019
8+
- [Stack]: Added support for function getContentType()
9+
- [ContentType]: updated function fetch()
10+
- [Query]: Updated support of whereIn(String KEY, Query queryObject)
11+
- [Query]: Updated support of whereNotIn(String KEY, Query queryObject)
12+
13+
------------------------------------------------
14+
615
## Version 1.4.2
716
###### Date: 03-Sept-2019
817
- [Config] - Added support for Region in Config.

pom.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Written manually.
2-
version=1.4.2
2+
version=1.5.0
33
groupId=com.contentstack.sdk
44
artifactId=java

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.contentstack.sdk</groupId>
88
<artifactId>java</artifactId>
9-
<version>1.4.2</version>
9+
<version>1.5.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>
@@ -43,7 +43,7 @@
4343
<url>https://github.com/contentstack/contentstack-java/tree/master</url>
4444
<connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
4545
<developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
46-
<tag>v1.4.2</tag>
46+
<tag>v1.5.0</tag>
4747
</scm>
4848

4949
<issueManagement>

0 commit comments

Comments
 (0)