File tree 3 files changed +12
-3
lines changed
3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
------------------------------------------------
5
5
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
+
6
15
## Version 1.4.2
7
16
###### Date: 03-Sept-2019
8
17
- [ Config] - Added support for Region in Config.
Original file line number Diff line number Diff line change 1
1
# Written manually.
2
- version =1.4.2
2
+ version =1.5.0
3
3
groupId =com.contentstack.sdk
4
4
artifactId =java
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.contentstack.sdk</groupId >
8
8
<artifactId >java</artifactId >
9
- <version >1.4.2 </version >
9
+ <version >1.5.0-SNAPSHOT </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >contentstack-java</name >
43
43
<url >https://github.com/contentstack/contentstack-java/tree/master</url >
44
44
<connection >scm:git:git://github.com/contentstack/contentstack-java.git</connection >
45
45
<developerConnection >scm:git:ssh://github.com:contentstack/contentstack-java.git</developerConnection >
46
- <tag >v1.4.2 </tag >
46
+ <tag >v1.5.0 </tag >
47
47
</scm >
48
48
49
49
<issueManagement >
You can’t perform that action at this time.
0 commit comments