Skip to content

Commit

Permalink
Release Pub/Sub 0.30.1
Browse files Browse the repository at this point in the history
* Fix Subscriber thread leak
  • Loading branch information
blowmage committed Mar 8, 2018
1 parent acf1df0 commit 1be0123
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -331,8 +331,9 @@
"name": "google-cloud-pubsub",
"defaultService": "google/cloud/pubsub",
"versions": [
"v0.30.0",
"v0.30.1",
"master",
"v0.30.0",
"v0.29.0",
"v0.28.1",
"v0.28.0",
Expand Down
4 changes: 4 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
@@ -1,5 +1,9 @@
# Release History

### 0.30.1 / 2018-03-08

* Fix Subscriber thread leak

### 0.30.0 / 2018-02-27

* Support Shared Configuration.
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/lib/google/cloud/pubsub/version.rb
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module Pubsub
VERSION = "0.30.0".freeze
VERSION = "0.30.1".freeze
end
end
end

0 comments on commit 1be0123

Please sign in to comment.