Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release google-cloud-pubsub 2.3.2 #9306

Merged
merged 1 commit into from
Feb 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: release google-cloud-pubsub 2.3.2
  • Loading branch information
yoshi-automation committed Feb 8, 2021
commit db5aa7e9c6ff7d19112d86ee88557d5d9ff87d2d
8 changes: 8 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release History

### 2.3.2 / 2021-02-08

#### Bug Fixes

* Fix project option in Project#topic and Project#subscription
* Ensure that project option is used when skip_lookup is false.
* Improve documentation of topic_name, subscription_name and snapshot_name.

### 2.3.1 / 2021-01-13

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-pubsub/lib/google/cloud/pubsub/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
module Google
module Cloud
module PubSub
VERSION = "2.3.1".freeze
VERSION = "2.3.2".freeze
end

Pubsub = PubSub unless const_defined? :Pubsub
Expand Down