Skip to content

Commit 79bdd03

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 <[email protected]>
1 parent 1e7c0a6 commit 79bdd03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

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)