Skip to content

Commit

Permalink
chore(main): release google-cloud-domains 2.0.0 (#29103)
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Feb 13, 2025
1 parent 2602ccf commit 6032aa3
Show file tree
Hide file tree
Showing 3 changed files with 13 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 @@ -331,7 +331,7 @@
"google-cloud-document_ai-v1+FILLER": "0.0.0",
"google-cloud-document_ai-v1beta3": "0.39.1",
"google-cloud-document_ai-v1beta3+FILLER": "0.0.0",
"google-cloud-domains": "1.5.0",
"google-cloud-domains": "2.0.0",
"google-cloud-domains+FILLER": "0.0.0",
"google-cloud-domains-v1": "1.0.0",
"google-cloud-domains-v1+FILLER": "0.0.0",
Expand Down
11 changes: 11 additions & 0 deletions google-cloud-domains/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release History

### 2.0.0 (2025-02-13)

### ⚠ BREAKING CHANGES

* Removed dependency on google-cloud-domains-v1beta1 prerelease service ([#29018](https://github.com/googleapis/google-cloud-ruby/issues/29018))

#### Features

* Removed dependency on google-cloud-domains-v1beta1 prerelease service ([#29018](https://github.com/googleapis/google-cloud-ruby/issues/29018))
* Updated google-cloud-domains-v1 dependency to version 1.x

### 1.5.0 (2025-01-29)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion google-cloud-domains/lib/google/cloud/domains/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
module Google
module Cloud
module Domains
VERSION = "1.5.0"
VERSION = "2.0.0"
end
end
end

0 comments on commit 6032aa3

Please sign in to comment.