We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2890d5b commit 7f71d54Copy full SHA for 7f71d54
CHANGELOG.md
@@ -1,6 +1,14 @@
1
2
## CHANGELOG
3
4
+## Version 1.4.1
5
+ ###### Date: 23-August-2019
6
+ - [Query] - Added support for whereIn(String key) and whereNotIn(String key) methods
7
+ - [CSAppConstants] - Removed google internet connection check from CSAppConstants
8
+
9
+------------------------------------------------
10
11
12
## Version 1.4.0
13
###### Date: 26-July-2019
14
- [Entry] - Added support for includeReferenceContentTypeUid support in Entry.
pom.xml
@@ -6,7 +6,7 @@
<groupId>com.contentstack.sdk</groupId>
<artifactId>java</artifactId>
- <version>1.4.0</version>
+ <version>1.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>contentstack-java</name>
0 commit comments