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 Feb 14, 2022
1 parent 555c51b commit 994aa49
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest-submodules.json
Expand Up @@ -30,7 +30,7 @@
"dataplex": "0.1.0",
"dataproc": "1.2.0",
"dataqna": "0.1.0",
"datastore": "1.6.0",
"datastore": "1.7.0",
"datastream": "0.1.1",
"deploy": "1.0.0",
"dialogflow": "1.4.0",
Expand Down
8 changes: 8 additions & 0 deletions datastore/CHANGES.md
@@ -1,5 +1,13 @@
# Changes

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


### 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))

## [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 994aa49

Please sign in to comment.