Skip to content

Commit

Permalink
chore(main): release google-cloud-pubsub 2.18.0 (#25435)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Mar 26, 2024
1 parent 3903c04 commit dfaad1c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@
"google-cloud-profiler+FILLER": "0.0.0",
"google-cloud-profiler-v2": "0.10.0",
"google-cloud-profiler-v2+FILLER": "0.0.0",
"google-cloud-pubsub": "2.17.0",
"google-cloud-pubsub": "2.18.0",
"google-cloud-pubsub+FILLER": "0.0.0",
"google-cloud-pubsub-v1": "0.22.0",
"google-cloud-pubsub-v1+FILLER": "0.0.0",
Expand Down
6 changes: 6 additions & 0 deletions google-cloud-pubsub/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 2.18.0 (2024-03-26)

#### Features

* support ingestion_data_source_settings for create_topic ([#25418](https://github.com/googleapis/google-cloud-ruby/issues/25418))

### 2.17.0 (2024-03-07)

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

Pubsub = PubSub unless const_defined? :Pubsub
Expand Down

0 comments on commit dfaad1c

Please sign in to comment.