Skip to content

Commit 3267b6e

Browse files
chore: release google-cloud-pubsub 2.4.0 (googleapis#10855)
1 parent fc68344 commit 3267b6e

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+
### 2.4.0 / 2021-03-10
4+
5+
#### Features
6+
7+
* Drop support for Ruby 2.4 and add support for Ruby 3.0
8+
39
### 2.3.2 / 2021-02-08
410

511
#### Bug Fixes

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 = "2.3.2".freeze
19+
VERSION = "2.4.0".freeze
2020
end
2121

2222
Pubsub = PubSub unless const_defined? :Pubsub

0 commit comments

Comments
 (0)