Skip to content

Commit dd99d3e

Browse files
crwilcoxtseaver
andauthored
chore(firestore): release 1.6.0 (#9621)
* Release firestore 1.6.0 * Update firestore/CHANGELOG.md Co-Authored-By: Tres Seaver <tseaver@palladion.com>
1 parent 287fdd6 commit dd99d3e

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+
## 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+
815
## 1.5.0
916

1017
10-15-2019 06:45 PDT

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 = "1.5.0"
25+
version = "1.6.0"
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)