We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287fdd6 commit dd99d3eCopy full SHA for dd99d3e
packages/google-cloud-firestore/CHANGELOG.md
@@ -5,6 +5,13 @@
5
[1]: https://pypi.org/project/google-cloud-firestore/#history
6
7
8
+## 1.6.0
9
+
10
+11-06-2019 13:49 PST
11
12
+### New Features
13
+- Surface new 'IN' and 'ARRAY_CONTAINS_ANY' query operators. ([#9541](https://github.com/googleapis/google-cloud-python/pull/9541))
14
15
## 1.5.0
16
17
10-15-2019 06:45 PDT
packages/google-cloud-firestore/setup.py
@@ -22,7 +22,7 @@
22
23
name = "google-cloud-firestore"
24
description = "Google Cloud Firestore API client library"
25
-version = "1.5.0"
+version = "1.6.0"
26
# Should be one of:
27
# 'Development Status :: 3 - Alpha'
28
# 'Development Status :: 4 - Beta'
0 commit comments