diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1fb6e62..9bc9c27 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,18 @@ Google.Cloud Release Notes v1.2.0 ====== +Minor Changes +------------- + +- Add DataPlane V2 Support. +- Add auth support for GCP access tokens (#574). +- Add support for ip_allocation_policy->stack_type. + +Bugfixes +-------- + +- Use default service account if `service_account_email` is unset. + v1.1.3 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 206d93a..09e7657 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -52,6 +52,6 @@ releases: - Use default service account if `service_account_email` is unset. minor_changes: - Add DataPlane V2 Support. - - Add support for ip_allocation_policy->stack_type. - Add auth support for GCP access tokens (#574). + - Add support for ip_allocation_policy->stack_type. release_date: '2023-07-07'