Skip to content

Commit

Permalink
chore(main): release datastore 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jan 21, 2025
1 parent 9372442 commit 7058de8
Show file tree
Hide file tree
Showing 3 changed files with 14 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 @@ -3,7 +3,7 @@
"auth/oauth2adapt": "0.2.7",
"bigquery": "1.66.0",
"bigtable": "1.34.0",
"datastore": "1.20.0",
"datastore": "1.21.0",
"errorreporting": "0.3.2",
"firestore": "1.18.0",
"logging": "1.13.0",
Expand Down
12 changes: 12 additions & 0 deletions datastore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changes

## [1.21.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.20.0...datastore/v1.21.0) (2025-01-21)


### Features

* **datastore:** Add read time from client while running queries ([#11447](https://github.com/googleapis/google-cloud-go/issues/11447)) ([bd1657f](https://github.com/googleapis/google-cloud-go/commit/bd1657f7f3d1bc82af7bf504ca23c5095812403b))


### Bug Fixes

* **datastore:** Update golang.org/x/net to v0.33.0 ([e9b0b69](https://github.com/googleapis/google-cloud-go/commit/e9b0b69644ea5b276cacff0a707e8a5e87efafc9))

## [1.20.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.19.0...datastore/v1.20.0) (2024-10-29)


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.20.0"
const Version = "1.21.0"

0 comments on commit 7058de8

Please sign in to comment.