CHANGELOG.md in google-cloud-pubsub-1.5.0 vs CHANGELOG.md in google-cloud-pubsub-1.6.0
- old
+ new
@@ -1,6 +1,18 @@
# Release History
+### 1.6.0 / 2020-04-06
+
+#### Features
+
+* Add list_topic_snapshots and get_snapshot
+ * Add PublisherClient#list_topic_snapshots
+ * Add SubscriberClient#get_snapshot
+
+#### Documentation
+
+* Remove a spurious link in the low-level interface documentation.
+
### 1.5.0 / 2020-03-25
#### Features
* Add max_duration_per_lease_extension to Subscription#listen and Subscriber