diff --git a/pubsub/CHANGELOG.md b/pubsub/CHANGELOG.md index 8a4d16a53033..fcb926af4932 100644 --- a/pubsub/CHANGELOG.md +++ b/pubsub/CHANGELOG.md @@ -4,6 +4,16 @@ [1]: https://pypi.org/project/google-cloud-pubsub/#history +## 0.36.0 + +### Implementation Changes +- Pubsub: Make 'Message.publish_time' return datetime (#5633) +- Ensure SPM methods check that 'self._consumer' is not None before use. (#5758) + +### New Features +- PubSub: add geo-fencing support (#5769) +- Add 'Message.ack_id' property. (#5693) + ## 0.35.4 ### Implementation Changes diff --git a/pubsub/setup.py b/pubsub/setup.py index eb6be71a25c3..9f3f0ec33eca 100644 --- a/pubsub/setup.py +++ b/pubsub/setup.py @@ -22,7 +22,7 @@ name = 'google-cloud-pubsub' description = 'Google Cloud Pub/Sub API client library' -version = '0.35.4' +version = '0.36.0' # Should be one of: # 'Development Status :: 3 - Alpha' # 'Development Status :: 4 - Beta'