Skip to content

Commit

Permalink
chore(main): release datastore 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 12, 2023
1 parent 174da47 commit 9b54754
Show file tree
Hide file tree
Showing 3 changed files with 9 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.0.0",
"bigquery": "1.56.0",
"bigtable": "1.20.0",
"datastore": "1.15.0",
"datastore": "1.15.1",
"errorreporting": "0.3.0",
"firestore": "1.13.0",
"logging": "1.8.1",
Expand Down
7 changes: 7 additions & 0 deletions datastore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## [1.15.1](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.15.0...datastore/v1.15.1) (2023-10-12)


### Bug Fixes

* **datastore:** Update golang.org/x/net to v0.17.0 ([174da47](https://github.com/googleapis/google-cloud-go/commit/174da47254fefb12921bbfc65b7829a453af6f5d))

## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.14.0...datastore/v1.15.0) (2023-10-06)


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.15.0"
const Version = "1.15.1"

0 comments on commit 9b54754

Please sign in to comment.