Skip to content

Commit

Permalink
chore(main): release firestore 1.9.0 (#6987)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] committed Nov 30, 2022
1 parent a77ada8 commit 756f7bf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .release-please-manifest-individual.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions firestore/CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion firestore/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.8.0"
const Version = "1.9.0"

0 comments on commit 756f7bf

Please sign in to comment.