Skip to content

Commit 17d1df1

Browse files
shaileshmishrashaileshmishra
authored andcommitted
📝 Readme Updated
1 parent d56bd46 commit 17d1df1

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# CHANGELOG
22

3+
## Version 1.6.0
4+
###### Date: 05-APR-2021
5+
- **Query** : query.includeEmbeddedItems() method support added
6+
- **Entry** : entry.includeEmbeddedItems() method support added
7+
8+
------------------------------------------------
9+
310
## Version 1.5.7
411
###### Date: 20-Feb-2021
512
Document updated
613

7-
#23 Fixed Issue: Querying content with `null` field
8-
• Query: query content by specifying fields as null
14+
------------------------------------------------
915

1016
## Version 1.5.6
1117
###### Date: 27-Jan-2021
@@ -14,6 +20,8 @@ Document updated
1420
New Features:
1521
• None
1622

23+
------------------------------------------------
24+
1725
## Version 1.5.5
1826
###### Date: 22-Jan-2021
1927
Bug fix: Error contains information like

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2012 - 2020 Contentstack
3+
Copyright (c) 2012 - 2021 Contentstack
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.contentstack.sdk</groupId>
8888
<artifactId>utils</artifactId>
89-
<version>0.1.0</version>
89+
<version>1.0.0</version>
9090
</dependency>
9191

9292
<dependency>

0 commit comments

Comments
 (0)