Skip to content

Commit f777f90

Browse files
chore(main): release google-cloud-dns 1.1.1 (#32140)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 85c4366 commit f777f90

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@
355355
"google-cloud-dlp+FILLER": "0.0.0",
356356
"google-cloud-dlp-v2": "1.15.1",
357357
"google-cloud-dlp-v2+FILLER": "0.0.0",
358-
"google-cloud-dns": "1.1.0",
358+
"google-cloud-dns": "1.1.1",
359359
"google-cloud-dns+FILLER": "0.0.0",
360360
"google-cloud-document_ai": "2.0.2",
361361
"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.1.1 (2025-10-31)
4+
5+
#### Documentation
6+
7+
* add warning about loading unvalidated credentials ([#32121](https://github.com/googleapis/google-cloud-ruby/issues/32121))
8+
39
### 1.1.0 (2025-03-04)
410

511
#### Features

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.0".freeze
19+
VERSION = "1.1.1".freeze
2020
end
2121
end
2222
end

0 commit comments

Comments
 (0)