diff --git a/.release-please-manifest.json b/.release-please-manifest.json index be8102f2..f827a9dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "solutions/client-landing-zone": "0.7.1", "solutions/client-project-setup": "0.6.0", - "solutions/client-setup": "0.8.0", + "solutions/client-setup": "0.8.1", "solutions/core-landing-zone": "0.9.0", "solutions/experimentation/admin-folder": "0.1.2", "solutions/experimentation/client-landing-zone": "0.1.5", diff --git a/solutions/client-setup/CHANGELOG.md b/solutions/client-setup/CHANGELOG.md index b8082dc4..ed92e3f0 100644 --- a/solutions/client-setup/CHANGELOG.md +++ b/solutions/client-setup/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.8.1](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/compare/solutions/client-setup/0.8.0...solutions/client-setup/0.8.1) (2024-03-21) + + +### Bug Fixes + +* adding client folder display name ([#910](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/issues/910)) ([2898126](https://github.com/GoogleCloudPlatform/pubsec-declarative-toolkit/commit/28981264dac258130109b717005fa6c0862f5423)) + ## [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)