diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index d3d5267fd40f..f971901f1483 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -5,7 +5,7 @@ "auth/oauth2adapt": "0.2.3", "bigquery": "1.61.0", "bigtable": "1.25.0", - "datastore": "1.17.1", + "datastore": "1.17.2", "errorreporting": "0.3.1", "firestore": "1.15.0", "logging": "1.10.0", diff --git a/datastore/CHANGES.md b/datastore/CHANGES.md index a6e4e5b0dee9..a43d525cf9ca 100644 --- a/datastore/CHANGES.md +++ b/datastore/CHANGES.md @@ -1,5 +1,13 @@ # Changes +## [1.17.2](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.17.1...datastore/v1.17.2) (2024-07-12) + + +### Bug Fixes + +* **datastore:** Bump google.golang.org/api@v0.187.0 ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b)) +* **datastore:** Bump google.golang.org/grpc@v1.64.1 ([8ecc4e9](https://github.com/googleapis/google-cloud-go/commit/8ecc4e9622e5bbe9b90384d5848ab816027226c5)) + ## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.17.0...datastore/v1.17.1) (2024-06-10) diff --git a/datastore/internal/version.go b/datastore/internal/version.go index 2d7d8774486c..9f74557a123c 100644 --- a/datastore/internal/version.go +++ b/datastore/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.1" +const Version = "1.17.2"