From 5fabacc8ca09a82fcd8dba68e4d74b3be14d206a Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:22:53 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest-submodules.json | 2 +- notebooks/CHANGES.md | 7 +++++++ notebooks/internal/version.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest-submodules.json b/.release-please-manifest-submodules.json index e50088e47885..1e47f1bdc781 100644 --- a/.release-please-manifest-submodules.json +++ b/.release-please-manifest-submodules.json @@ -78,7 +78,7 @@ "networkconnectivity": "1.12.1", "networkmanagement": "1.9.0", "networksecurity": "0.9.1", - "notebooks": "1.9.1", + "notebooks": "1.10.0", "optimization": "1.4.2", "orchestration": "1.8.1", "orgpolicy": "1.11.1", diff --git a/notebooks/CHANGES.md b/notebooks/CHANGES.md index 572f9fc20de3..bed4f29c1190 100644 --- a/notebooks/CHANGES.md +++ b/notebooks/CHANGES.md @@ -1,6 +1,13 @@ # Changes +## [1.10.0](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.9.1...notebooks/v1.10.0) (2023-08-21) + + +### Features + +* **notebooks:** Clients for Notebooks API V2 ([#8455](https://github.com/googleapis/google-cloud-go/issues/8455)) ([1859e6c](https://github.com/googleapis/google-cloud-go/commit/1859e6ca01499ed297167aef60ae1d34a2ed24ea)) + ## [1.9.1](https://github.com/googleapis/google-cloud-go/compare/notebooks/v1.9.0...notebooks/v1.9.1) (2023-06-20) diff --git a/notebooks/internal/version.go b/notebooks/internal/version.go index dce8056ce614..1850527884a3 100644 --- a/notebooks/internal/version.go +++ b/notebooks/internal/version.go @@ -15,4 +15,4 @@ package internal // Version is the current tagged release of the library. -const Version = "1.9.1" +const Version = "1.10.0"