diff --git a/.release-please-manifest-individual.json b/.release-please-manifest-individual.json index e5ebe1edf35e..5503f3568359 100644 --- a/.release-please-manifest-individual.json +++ b/.release-please-manifest-individual.json @@ -3,7 +3,7 @@ "bigtable": "1.18.0", "datastore": "1.9.0", "errorreporting": "0.2.0", - "firestore": "1.8.0", + "firestore": "1.8.1", "logging": "1.5.0", "profiler": "0.3.0", "pubsub": "1.26.0", diff --git a/firestore/CHANGES.md b/firestore/CHANGES.md index a96c2c9ce10e..1b1c3a5786e8 100644 --- a/firestore/CHANGES.md +++ b/firestore/CHANGES.md @@ -1,5 +1,12 @@ # Changes +## [1.8.1](https://github.com/googleapis/google-cloud-go/compare/firestore/v1.8.0...firestore/v1.8.1) (2022-11-11) + + +### 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..0212cf2e8ae8 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.8.1"