diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a71c7546b..c04cc1b16 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "solutions/client-landing-zone": "0.6.0", "solutions/client-project-setup": "0.5.0", - "solutions/client-setup": "0.7.2", + "solutions/client-setup": "0.8.0", "solutions/core-landing-zone": "0.8.0", "solutions/experimentation/admin-folder": "0.1.2", "solutions/experimentation/client-landing-zone": "0.1.4", diff --git a/solutions/client-setup/CHANGELOG.md b/solutions/client-setup/CHANGELOG.md index a776d763e..b8082dc41 100644 --- a/solutions/client-setup/CHANGELOG.md +++ b/solutions/client-setup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.0](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.7.2...solutions/client-setup/0.8.0) (2024-03-07) + + +### Features + +* adding cbrid to client setup package ([#884](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/884)) ([e6d6499](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/e6d649912cd08a8119388660155fab0c9e7ba20f)) + ## [0.7.2](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.7.1...solutions/client-setup/0.7.2) (2024-02-13)