Skip to content

Commit

Permalink
Release Pub/Sub 0.30.0
Browse files Browse the repository at this point in the history
* Support Shared Configuration.
* Fix issue with IAM Policy not refreshing properly.
  • Loading branch information
blowmage committed Feb 28, 2018
1 parent f4517bc commit 7b585d8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/manifest.json
Expand Up @@ -330,8 +330,9 @@
"name": "google-cloud-pubsub",
"defaultService": "google/cloud/pubsub",
"versions": [
"v0.29.0",
"v0.30.0",
"master",
"v0.29.0",
"v0.28.1",
"v0.28.0",
"v0.27.2",
Expand Down
5 changes: 5 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
@@ -1,5 +1,10 @@
# Release History

### 0.30.0 / 2018-02-27

* Support Shared Configuration.
* Fix issue with IAM Policy not refreshing properly.

### 0.29.0 / 2017-12-19

* Update Subscriber's receipt of received messages.
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.29.0".freeze
VERSION = "0.30.0".freeze
end
end
end
2 changes: 1 addition & 1 deletion google-cloud/google-cloud.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_dependency "google-cloud-logging", "~> 1.5"
gem.add_dependency "google-cloud-monitoring", "~> 0.27.0"
gem.add_dependency "google-cloud-os_login", "~> 0.1.0"
gem.add_dependency "google-cloud-pubsub", "~> 0.29.0"
gem.add_dependency "google-cloud-pubsub", "~> 0.30.0"
gem.add_dependency "google-cloud-resource_manager", "~> 0.28.0"
gem.add_dependency "google-cloud-spanner", "~> 1.2"
gem.add_dependency "google-cloud-speech", "~> 0.28.0"
Expand Down

0 comments on commit 7b585d8

Please sign in to comment.