Skip to content

Commit

Permalink
chore(main): release datastore 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed May 9, 2022
1 parent b500120 commit 03fd72d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datastore/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
"datastore": "1.6.0"
"datastore": "1.7.0"
}
10 changes: 10 additions & 0 deletions datastore/CHANGES.md
@@ -1,5 +1,15 @@
# Changes

## [1.7.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.6.0...datastore/v1.7.0) (2022-05-09)


### Features

* **datastore/admin:** define Datastore -> Firestore in Datastore mode migration long running operation metadata ([d9a0634](https://github.com/googleapis/google-cloud-go/commit/d9a0634042265f8c247e7dcbd8b85323a83c7235))
* **datastore:** add better version metadata to calls ([d1ad921](https://github.com/googleapis/google-cloud-go/commit/d1ad921d0322e7ce728ca9d255a3cf0437d26add))
* **datastore:** adds in, not-in, and != query operations ([#5975](https://github.com/googleapis/google-cloud-go/issues/5975)) ([db9991f](https://github.com/googleapis/google-cloud-go/commit/db9991f8dd9c7034766c05c2773bd4dc1f1a80d0))
* **datastore:** set versionClient to module version ([55f0d92](https://github.com/googleapis/google-cloud-go/commit/55f0d92bf112f14b024b4ab0076c9875a17423c9))

## [1.6.0](https://www.github.com/googleapis/google-cloud-go/compare/datastore/v1.5.0...datastore/v1.6.0) (2021-09-17)


Expand Down
2 changes: 1 addition & 1 deletion datastore/internal/version.go
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.6.0"
const Version = "1.7.0"

0 comments on commit 03fd72d

Please sign in to comment.