Skip to content

Commit

Permalink
chore(main): release datastore 1.17.1 (googleapis#10160)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Jun 10, 2024
1 parent 5929a6e commit 9799e02
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-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"auth/oauth2adapt": "0.2.2",
"bigquery": "1.61.0",
"bigtable": "1.24.0",
"datastore": "1.17.0",
"datastore": "1.17.1",
"errorreporting": "0.3.0",
"firestore": "1.15.0",
"logging": "1.10.0",
Expand Down
8 changes: 8 additions & 0 deletions datastore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes

## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.17.0...datastore/v1.17.1) (2024-06-10)


### Bug Fixes

* **datastore:** Regenerate protos in new namespace ([#10158](https://github.com/googleapis/google-cloud-go/issues/10158)) ([8875511](https://github.com/googleapis/google-cloud-go/commit/8875511ca0c640d1260248f51c7b88e55136cdc6)), refs [#10155](https://github.com/googleapis/google-cloud-go/issues/10155)
* **datastore:** Update retry transaction logic to be inline with Spanner ([#10349](https://github.com/googleapis/google-cloud-go/issues/10349)) ([5929a6e](https://github.com/googleapis/google-cloud-go/commit/5929a6e67891b425d33128155af5cc76ecfc87a1))

## [1.17.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.16.0...datastore/v1.17.0) (2024-05-08)


Expand Down
2 changes: 1 addition & 1 deletion datastore/internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
package internal

// Version is the current tagged release of the library.
const Version = "1.17.0"
const Version = "1.17.1"

0 comments on commit 9799e02

Please sign in to comment.