Skip to content

Commit add4452

Browse files
chore(main): release google-cloud-dns 1.2.0 (googleapis#33085)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 06e9051 commit add4452

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@
377377
"google-cloud-dlp+FILLER": "0.0.0",
378378
"google-cloud-dlp-v2": "1.17.0",
379379
"google-cloud-dlp-v2+FILLER": "0.0.0",
380-
"google-cloud-dns": "1.1.1",
380+
"google-cloud-dns": "1.2.0",
381381
"google-cloud-dns+FILLER": "0.0.0",
382382
"google-cloud-document_ai": "2.1.0",
383383
"google-cloud-document_ai+FILLER": "0.0.0",

google-cloud-dns/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.2.0 (2026-04-15)
4+
5+
#### Features
6+
7+
* Update minimum Ruby to v3.2 and support v4.0 ([#33811](https://github.com/googleapis/google-cloud-ruby/issues/33811))
8+
39
### 1.1.1 (2025-10-31)
410

511
#### Documentation

google-cloud-dns/lib/google/cloud/dns/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 Dns
19-
VERSION = "1.1.1".freeze
19+
VERSION = "1.2.0".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)