Skip to content

Commit 364b8ae

Browse files
Release google-cloud-pubsub 1.3.1 (googleapis#4826)
#### Bug Fixes * Move Thread.new to end of AsyncPublisher#initialize
1 parent 72d1714 commit 364b8ae

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

google-cloud-pubsub/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 1.3.1 / 2020-02-18
4+
5+
#### Bug Fixes
6+
7+
* Move Thread.new to end of AsyncPublisher#initialize
8+
39
### 1.3.0 / 2020-02-10
410

511
#### Features

google-cloud-pubsub/lib/google/cloud/pubsub/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
module Google
1717
module Cloud
1818
module PubSub
19-
VERSION = "1.3.0".freeze
19+
VERSION = "1.3.1".freeze
2020
end
2121

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)