diff --git a/logging/CHANGELOG.md b/logging/CHANGELOG.md index 80303c9dbe98..ca0d1a6af370 100644 --- a/logging/CHANGELOG.md +++ b/logging/CHANGELOG.md @@ -4,6 +4,20 @@ [1]: https://pypi.org/project/google-cloud-logging/#history +## 1.10.0 + +01-17-2019 15:37 PST + + +### Implementation Changes +- Change WriteLogEntries retry policy. +- Protoc-generated serialization update. ([#7088](https://github.com/googleapis/google-cloud-python/pull/7088)) +- GAPIC generation fixes. ([#7061](https://github.com/googleapis/google-cloud-python/pull/7061)) + +### Internal / Testing Changes +- Update copyright headers. +- Use 'python-3.6' for 'blacken' run. ([#7064](https://github.com/googleapis/google-cloud-python/pull/7064)) + ## 1.9.1 12-17-2018 16:49 PST diff --git a/logging/setup.py b/logging/setup.py index d6b5b7ea3896..6ca5ce279550 100644 --- a/logging/setup.py +++ b/logging/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-logging' description = 'Stackdriver Logging API client library' -version = '1.9.1' +version = '1.10.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'