Skip to content

Commit 7f71d54

Browse files
Added support for whereIn(String key) and whereNotIn(String key) methods
Removed google internet connection check from CSAppConstants
1 parent 2890d5b commit 7f71d54

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11

22
## CHANGELOG
33

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+
412
## Version 1.4.0
513
###### Date: 26-July-2019
614
- [Entry] - Added support for includeReferenceContentTypeUid support in Entry.

pom.xml

Lines changed: 1 addition & 1 deletion
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.0</version>
9+
<version>1.4.1-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>

0 commit comments

Comments
 (0)