Skip to content

Commit 172bb68

Browse files
authored
Release firestore-1.2.0 (#8005)
1 parent f5b0c1c commit 172bb68

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

firestore/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
[1]: https://pypi.org/project/google-cloud-firestore/#history
66

77

8+
## 1.2.0
9+
10+
05-16-2019 12:25 PDT
11+
12+
13+
### New Features
14+
- Add support for numeric transforms: `increment` / `maximum` / `minimum`. ([#7989](https://github.com/googleapis/google-cloud-python/pull/7989))
15+
- Add `client_info` support to V1 client. ([#7877](https://github.com/googleapis/google-cloud-python/pull/7877)) and ([#7898](https://github.com/googleapis/google-cloud-python/pull/7898))
16+
17+
### Dependencies
18+
- Pin `google-cloud-core >= 1.0.0, < 2.0dev`. ([#7993](https://github.com/googleapis/google-cloud-python/pull/7993))
19+
20+
### Internal / Testing Changes
21+
- Add nox session `docs`, add routing header to method metadata, reorder methods (via synth).. ([#7771](https://github.com/googleapis/google-cloud-python/pull/7771))
22+
823
## 1.1.0
924

1025
04-30-2019 12:29 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.1.0'
25+
version = '1.2.0'
2626
# Should be one of:
2727
# 'Development Status :: 3 - Alpha'
2828
# 'Development Status :: 4 - Beta'

0 commit comments

Comments
 (0)