diff --git a/firestore/CHANGELOG.md b/firestore/CHANGELOG.md index 3ea30fa3b311..49d5a8f303f6 100644 --- a/firestore/CHANGELOG.md +++ b/firestore/CHANGELOG.md @@ -5,6 +5,14 @@ [1]: https://pypi.org/project/google-cloud-firestore/#history +## 1.1.0 + +04-30-2019 12:29 PDT + + +### New Features +- Add support for CollectionGroup queries. ([#7758](https://github.com/googleapis/google-cloud-python/pull/7758)) + ## 1.0.0 04-30-2019 10:00 PDT diff --git a/firestore/setup.py b/firestore/setup.py index 85d810234a0a..50724d9acc57 100644 --- a/firestore/setup.py +++ b/firestore/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-firestore' description = 'Google Cloud Firestore API client library' -version = '1.0.0' +version = '1.1.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'