Skip to content

Commit eab0083

Browse files
chore(main): release 2.6.0 (#614)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8127717 commit eab0083

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

77

8+
## [2.6.0](https://github.com/googleapis/python-firestore/compare/v2.5.3...v2.6.0) (2022-07-15)
9+
10+
11+
### Features
12+
13+
* add audience parameter ([40dce54](https://github.com/googleapis/python-firestore/commit/40dce5475416ca9b899f3b0cd83199ff22655b35))
14+
15+
16+
### Bug Fixes
17+
18+
* **deps:** require google-api-core>=1.32.0,>=2.8.0 ([#607](https://github.com/googleapis/python-firestore/issues/607)) ([40dce54](https://github.com/googleapis/python-firestore/commit/40dce5475416ca9b899f3b0cd83199ff22655b35))
19+
* require python 3.7+ ([#613](https://github.com/googleapis/python-firestore/issues/613)) ([19accae](https://github.com/googleapis/python-firestore/commit/19accae13979af862544b30dd39de491d6c1cea9))
20+
821
## [2.5.3](https://github.com/googleapis/python-firestore/compare/v2.5.2...v2.5.3) (2022-06-02)
922

1023

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.5.3"
25+
version = "2.6.0"
2626
release_status = "Development Status :: 5 - Production/Stable"
2727
dependencies = [
2828
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",

0 commit comments

Comments
 (0)