diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index 3f41c1d4ba9c..c06553a10232 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -3,6 +3,8 @@ "bigtable": "1.18.0", "datastore": "1.10.0", "errorreporting": "0.3.0", + "firestore": "1.9.0", + "logging": "1.6.0", "firestore": "1.8.0", "logging": "1.6.0", "profiler": "0.3.0", diff --git a/firestore/CHANGES.md b/firestore/CHANGES.md index a96c2c9ce10e..d2b3c9770e92 100644 --- a/firestore/CHANGES.md +++ b/firestore/CHANGES.md @@ -1,5 +1,17 @@ # Changes +## [1.9.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.8.0...firestore/v1.9.0) (2022-11-29) + + +### Features + +* **firestore:** start generating proto stubs ([eed371e](https://github.com/googleapis/google-cloud-go/commit/eed371e9b1639c81663c6858db119fb87a126454)) + + +### Documentation + +* **firestore:** Adds emulator snippet ([#6926](https://github.com/googleapis/google-cloud-go/issues/6926)) ([456afab](https://github.com/googleapis/google-cloud-go/commit/456afab76f078ef58b7e5b3409acc6b3f71c5b79)) + ## [1.8.0](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.7.0...firestore/v1.8.0) (2022-10-17) diff --git a/firestore/internal/version.go b/firestore/internal/version.go index 0ad9373b3b59..37e23cdd396f 100644 --- a/firestore/internal/version.go +++ b/firestore/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.8.0" +const Version = "1.9.0"