Skip to content

Commit

Permalink
Release google-cloud-pubsub 1.3.1 (#4826)
Browse files Browse the repository at this point in the history
#### Bug Fixes

* Move Thread.new to end of AsyncPublisher#initialize
  • Loading branch information
yoshi-automation committed Feb 18, 2020
1 parent 72d1714 commit 364b8ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History

### 1.3.1 / 2020-02-18

#### Bug Fixes

* Move Thread.new to end of AsyncPublisher#initialize

### 1.3.0 / 2020-02-10

#### Features
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 = "1.3.0".freeze
VERSION = "1.3.1".freeze
end

Pubsub = PubSub unless const_defined? :Pubsub
Expand Down

0 comments on commit 364b8ae

Please sign in to comment.