Skip to content

Commit

Permalink
Merge pull request #12 from contentstack/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
ishaileshmishra authored Nov 15, 2019
2 parents 70e9ba8 + 29cdd37 commit 0f1939c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@

------------------------------------------------

## Version 1.5.0
###### Date: 15-Nov-2019
- [Stack]: Added support for function getContentType()
- [ContentType]: updated function fetch()
- [Query]: Updated support of whereIn(String KEY, Query queryObject)
- [Query]: Updated support of whereNotIn(String KEY, Query queryObject)

------------------------------------------------

## Version 1.4.2
###### Date: 03-Sept-2019
- [Config] - Added support for Region in Config.
Expand Down
2 changes: 1 addition & 1 deletion pom.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Written manually.
version=1.4.2
version=1.5.0
groupId=com.contentstack.sdk
artifactId=java
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.contentstack.sdk</groupId>
<artifactId>java</artifactId>
<version>1.4.2</version>
<version>1.5.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>contentstack-java</name>
Expand Down Expand Up @@ -43,7 +43,7 @@
<url>https://github.com/contentstack/contentstack-java/tree/master</url>
<connection>scm:git:git://github.com/contentstack/contentstack-java.git</connection>
<developerConnection>scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection>
<tag>v1.4.2</tag>
<tag>v1.5.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 0f1939c

Please sign in to comment.