diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0b0a7331b31..b7182b1f2a2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -81,7 +81,7 @@ "packages/google-cloud-billing": "5.1.2", "packages/google-cloud-billing-budgets": "6.1.2", "packages/google-cloud-binaryauthorization": "4.4.1", - "packages/google-cloud-capacityplanner": "0.1.3", + "packages/google-cloud-capacityplanner": "0.2.0", "packages/google-cloud-certificatemanager": "2.1.3", "packages/google-cloud-ces": "0.5.0", "packages/google-cloud-channel": "4.1.3", diff --git a/changelog.json b/changelog.json index e5bdd97c2c4..afb1d2b644a 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,23 @@ { "repository": "googleapis/google-cloud-node", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "d9399f0cf44b79e2b38ce429b17709ee9845544e", + "message": "Migrate google-cloud-capacityplanner to librarian v0.22.0", + "issues": [ + "8773" + ] + } + ], + "version": "0.2.0", + "language": "JAVASCRIPT", + "artifactName": "@google-cloud/capacityplanner", + "id": "d3f5584e-4924-4d9c-9236-67a0ec3f40a3", + "createTime": "2026-06-29T17:40:53.096Z" + }, { "changes": [ { @@ -81397,5 +81414,5 @@ "createTime": "2023-01-28T04:18:24.718Z" } ], - "updateTime": "2026-06-26T14:32:48.723Z" + "updateTime": "2026-06-29T17:40:53.096Z" } \ No newline at end of file diff --git a/librarian.yaml b/librarian.yaml index 38275f296b4..af8aebf6a52 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -547,7 +547,7 @@ libraries: default_version: v1 package_name: '@google-cloud/binary-authorization' - name: google-cloud-capacityplanner - version: 0.1.3 + version: 0.2.0 apis: - path: google/cloud/capacityplanner/v1beta copyright_year: "2026" diff --git a/packages/google-cloud-capacityplanner/CHANGELOG.md b/packages/google-cloud-capacityplanner/CHANGELOG.md index 3b18c323213..f85b26e8827 100644 --- a/packages/google-cloud-capacityplanner/CHANGELOG.md +++ b/packages/google-cloud-capacityplanner/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/googleapis/google-cloud-node/compare/capacityplanner-v0.1.3...capacityplanner-v0.2.0) (2026-06-29) + + +### Features + +* Migrate google-cloud-capacityplanner to librarian v0.22.0 ([#8773](https://github.com/googleapis/google-cloud-node/issues/8773)) ([d9399f0](https://github.com/googleapis/google-cloud-node/commit/d9399f0cf44b79e2b38ce429b17709ee9845544e)) + ## [0.1.3](https://github.com/googleapis/google-cloud-node/compare/capacityplanner-v0.1.2...capacityplanner-v0.1.3) (2026-05-01) diff --git a/packages/google-cloud-capacityplanner/package.json b/packages/google-cloud-capacityplanner/package.json index ae823f19843..910d571dcff 100644 --- a/packages/google-cloud-capacityplanner/package.json +++ b/packages/google-cloud-capacityplanner/package.json @@ -1,6 +1,6 @@ { "name": "@google-cloud/capacityplanner", - "version": "0.1.3", + "version": "0.2.0", "description": "Capacity Planner API client for Node.js", "repository": { "type": "git",