Skip to content

Commit

Permalink
chore(main): release datastore 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 12, 2024
1 parent 432de64 commit 532bad2
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.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",
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.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/[email protected] ([8fa9e39](https://github.com/googleapis/google-cloud-go/commit/8fa9e398e512fd8533fd49060371e61b5725a85b))
* **datastore:** Bump google.golang.org/[email protected] ([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)


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.1"
const Version = "1.17.2"

0 comments on commit 532bad2

Please sign in to comment.