Skip to content

Commit 00852a7

Browse files
chore: release 2.3.1 (#435)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c2a20fa commit 00852a7

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.3.1](https://www.github.com/googleapis/python-firestore/compare/v2.3.0...v2.3.1) (2021-08-30)
9+
10+
11+
### Bug Fixes
12+
13+
* harden lookup of credentials id_token attribute ([#434](https://www.github.com/googleapis/python-firestore/issues/434)) ([e28272a](https://www.github.com/googleapis/python-firestore/commit/e28272a1a4e8f7a681f4506142f4d4cd6fa0b993))
14+
815
## [2.3.0](https://www.github.com/googleapis/python-firestore/compare/v2.2.0...v2.3.0) (2021-08-18)
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.3.0"
25+
version = "2.3.1"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
 (0)