Skip to content

Commit

Permalink
prepare to release v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanh Nguyen committed Dec 2, 2022
1 parent de10ad6 commit 4fbf8a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# gocosmos release notes

## 2022-12-02 - v0.1.7

- REST client: fix a bug where function `QueryDocuments` does not return all documents if the query is cross-partition.

## 2022-02-16 - v0.1.6

- REST client & Driver for `database/sql`: fix a bug in function `ReplaceOfferForResource` caused by a change from v0.1.5.
Expand Down
6 changes: 2 additions & 4 deletions gocosmos.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
/*
Package gocosmos provides database/sql driver and a REST API client for Azure Cosmos DB SQL API.
*/
// Package gocosmos provides database/sql driver and a REST API client for Azure Cosmos DB SQL API.
package gocosmos

const (
// Version of package gocosmos.
Version = "0.1.6"
Version = "0.1.7"
)

0 comments on commit 4fbf8a0

Please sign in to comment.