Skip to content

Commit

Permalink
chore: release 2.0.1 (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Nov 12, 2020
1 parent 3702dc8 commit ab19546
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,18 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


### [2.0.1](https://www.github.com/googleapis/python-firestore/compare/v2.0.0...v2.0.1) (2020-11-12)


### Bug Fixes

* use an insecure channel under emulation ([#254](https://www.github.com/googleapis/python-firestore/issues/254)) ([801f827](https://www.github.com/googleapis/python-firestore/commit/801f8275899ea53c34f725f8a7629699f8b8ecbb)), closes [#250](https://www.github.com/googleapis/python-firestore/issues/250)


### Documentation

* update code of conduct ([#253](https://www.github.com/googleapis/python-firestore/issues/253)) ([3702dc8](https://www.github.com/googleapis/python-firestore/commit/3702dc8eede408aa326ddca9173cde572671c785))

## [2.0.0](https://www.github.com/googleapis/python-firestore/compare/v1.9.0...v2.0.0) (2020-11-06)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -22,7 +22,7 @@

name = "google-cloud-firestore"
description = "Google Cloud Firestore API client library"
version = "2.0.0"
version = "2.0.1"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.22.1, < 2.0.0dev",
Expand Down

0 comments on commit ab19546

Please sign in to comment.