We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef0498a commit 6b73696Copy full SHA for 6b73696
RELEASE-NOTES.md
@@ -1,6 +1,6 @@
1
# gocosmos release notes
2
3
-## 2023-03-xx - v0.2.0
+## 2023-03-14 - v0.2.0
4
5
- `RestClient`:
6
- `QueryDocuments`: enhancements & bug fixed with cross-partition queries.
gocosmos.go
@@ -3,5 +3,5 @@ package gocosmos
const (
// Version of package gocosmos.
- Version = "0.1.9"
+ Version = "0.2.0"
7
)
0 commit comments