Skip to content

Commit 8ee7fcd

Browse files
chore: release 2.0.2 (#257)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c8d7a37 commit 8ee7fcd

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/google-cloud-firestore/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

77

8+
### [2.0.2](https://www.github.com/googleapis/python-firestore/compare/v2.0.1...v2.0.2) (2020-12-05)
9+
10+
11+
### Bug Fixes
12+
13+
* request and flattened params are exclusive, surface transport in generated layer ([#256](https://www.github.com/googleapis/python-firestore/issues/256)) ([386e85e](https://www.github.com/googleapis/python-firestore/commit/386e85ecf704e1168b0deb4ee9e6c2105a9040a9)), closes [#251](https://www.github.com/googleapis/python-firestore/issues/251) [#252](https://www.github.com/googleapis/python-firestore/issues/252)
14+
815
### [2.0.1](https://www.github.com/googleapis/python-firestore/compare/v2.0.0...v2.0.1) (2020-11-12)
916

1017

packages/google-cloud-firestore/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
name = "google-cloud-firestore"
2424
description = "Google Cloud Firestore API client library"
25-
version = "2.0.1"
25+
version = "2.0.2"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.22.1, < 2.0.0dev",

0 commit comments

Comments
 (0)