Skip to content

Commit

Permalink
chore(main): release datastore 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Sep 19, 2023
1 parent 763ab5d commit e4b40a4
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 @@ -2,7 +2,7 @@
"auth": "0.0.0",
"bigquery": "1.55.0",
"bigtable": "1.19.0",
"datastore": "1.14.0",
"datastore": "1.14.1",
"errorreporting": "0.3.0",
"firestore": "1.13.0",
"logging": "1.8.1",
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.14.1](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.14.0...datastore/v1.14.1) (2023-09-19)


### Bug Fixes

* **datastore:** Allow saving nested byte slice ([#8540](https://github.com/googleapis/google-cloud-go/issues/8540)) ([8e53787](https://github.com/googleapis/google-cloud-go/commit/8e53787eac6f724ea4282533349abef3cbaffefe))
* **datastore:** Handle loading nil values ([#8544](https://github.com/googleapis/google-cloud-go/issues/8544)) ([25dbb9c](https://github.com/googleapis/google-cloud-go/commit/25dbb9cf1041d9e19edecd5c48b698b6f81f2d20))

## [1.14.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.13.0...datastore/v1.14.0) (2023-08-22)


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.14.0"
const Version = "1.14.1"

0 comments on commit e4b40a4

Please sign in to comment.