Skip to content

Commit 0881767

Browse files
Added Support For ContentstackRegion
1 parent 7f71d54 commit 0881767

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11

22
## CHANGELOG
33

4-
## Version 1.4.1
4+
## Version 1.4.2
55
###### Date: 23-August-2019
6+
- [Config] - Added support for ContentstackRegion in Config class
7+
8+
------------------------------------------------
9+
10+
## Version 1.4.1
11+
###### Date: 21-August-2019
612
- [Query] - Added support for whereIn(String key) and whereNotIn(String key) methods
713
- [CSAppConstants] - Removed google internet connection check from CSAppConstants
814

pom.xml

+1-1
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.1-SNAPSHOT</version>
9+
<version>1.4.2-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>contentstack-java</name>

0 commit comments

Comments
 (0)