Skip to content

Commit

Permalink
chore(firestore): release 1.6.0 (#9621)
Browse files Browse the repository at this point in the history
* Release firestore 1.6.0

* Update firestore/CHANGELOG.md

Co-Authored-By: Tres Seaver <tseaver@palladion.com>
  • Loading branch information
crwilcox and tseaver committed Nov 7, 2019
1 parent f250443 commit 1c16119
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,13 @@
[1]: https://pypi.org/project/google-cloud-firestore/#history


## 1.6.0

11-06-2019 13:49 PST

### New Features
- Surface new 'IN' and 'ARRAY_CONTAINS_ANY' query operators. ([#9541](https://github.com/googleapis/google-cloud-python/pull/9541))

## 1.5.0

10-15-2019 06:45 PDT
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 = "1.5.0"
version = "1.6.0"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
Expand Down

0 comments on commit 1c16119

Please sign in to comment.