diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index ecdd4012a84f..a6fb25e2e62a 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -3,7 +3,7 @@ "auth/oauth2adapt": "0.0.0", "bigquery": "1.56.0", "bigtable": "1.20.0", - "datastore": "1.14.0", + "datastore": "1.15.0", "errorreporting": "0.3.0", "firestore": "1.13.0", "logging": "1.8.1", diff --git a/datastore/CHANGES.md b/datastore/CHANGES.md index 2a105c236727..20f1397840b0 100644 --- a/datastore/CHANGES.md +++ b/datastore/CHANGES.md @@ -1,5 +1,18 @@ # Changes +## [1.15.0](https://github.com/googleapis/google-cloud-go/compare/datastore/v1.14.0...datastore/v1.15.0) (2023-10-06) + + +### Features + +* **datastore:** Adding dynamic routing header ([#8364](https://github.com/googleapis/google-cloud-go/issues/8364)) ([d235a42](https://github.com/googleapis/google-cloud-go/commit/d235a427a4e8d84466599cad4a68539a7a57a5db)) + + +### 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) diff --git a/datastore/internal/version.go b/datastore/internal/version.go index c9ba91825c29..43a2a84ef8eb 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.14.0" +const Version = "1.15.0"