From cd82fe74ace7e1c9d39813e0c29879b9de90fb99 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:17:03 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 4 ++-- documentai/CHANGES.md | 7 +++++++ documentai/internal/version.go | 2 +- kms/CHANGES.md | 7 +++++++ kms/internal/version.go | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index 3aa11f8b67c0..17ba5f7cee59 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -53,7 +53,7 @@ "dialogflow": "1.54.0", "discoveryengine": "1.8.0", "dlp": "1.14.0", - "documentai": "1.30.0", + "documentai": "1.30.1", "domains": "0.9.7", "edgecontainer": "1.2.1", "edgenetwork": "0.2.4", @@ -72,7 +72,7 @@ "identitytoolkit": "0.0.0", "ids": "1.4.7", "iot": "1.7.7", - "kms": "1.17.1", + "kms": "1.18.0", "language": "1.12.5", "lifesciences": "0.9.7", "longrunning": "0.5.7", diff --git a/documentai/CHANGES.md b/documentai/CHANGES.md index 8c28cde6ed00..3169a275cc8b 100644 --- a/documentai/CHANGES.md +++ b/documentai/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.30.1](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.30.0...documentai/v1.30.1) (2024-06-20) + + +### Documentation + +* **documentai:** Update the comment to add a note about `documentai.processors.create` permission ([4fa4308](https://github.com/googleapis/google-cloud-go/commit/4fa43082511e153044084c1e6736553de41a9894)) + ## [1.30.0](https://github.com/googleapis/google-cloud-go/compare/documentai/v1.29.0...documentai/v1.30.0) (2024-06-05) diff --git a/documentai/internal/version.go b/documentai/internal/version.go index 5856ebbb47c5..783750d46da9 100644 --- a/documentai/internal/version.go +++ b/documentai/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.30.0" +const Version = "1.30.1" diff --git a/kms/CHANGES.md b/kms/CHANGES.md index 0b7225c8d6c1..5e86051dbf26 100644 --- a/kms/CHANGES.md +++ b/kms/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/kms/v1.17.1...kms/v1.18.0) (2024-06-20) + + +### Features + +* **kms:** Support Key Access Justifications policy configuration ([#10398](https://github.com/googleapis/google-cloud-go/issues/10398)) ([4fa4308](https://github.com/googleapis/google-cloud-go/commit/4fa43082511e153044084c1e6736553de41a9894)) + ## [1.17.1](https://github.com/googleapis/google-cloud-go/compare/kms/v1.17.0...kms/v1.17.1) (2024-05-22) diff --git a/kms/internal/version.go b/kms/internal/version.go index 2d7d8774486c..ddddbd21f21f 100644 --- a/kms/internal/version.go +++ b/kms/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.17.1" +const Version = "1.18.0"