diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8cafaf9a..be1559c5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Google.Cloud Release Notes .. contents:: Topics +v1.5.2 +====== + +Bugfixes +-------- + +- gcp_compute - fixed get_project_disks to process all responses (https://github.com/ansible-collections/google.cloud/pull/677). + v1.5.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 1d30245c..c19023c8 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -128,3 +128,10 @@ releases: fragments: - 667-include-2-16-in-ci.yml release_date: '2025-01-30' + 1.5.2: + changes: + bugfixes: + - gcp_compute - fixed get_project_disks to process all responses (https://github.com/ansible-collections/google.cloud/pull/677). + fragments: + - 677-get-project-disks.yaml + release_date: '2025-04-18' diff --git a/galaxy.yml b/galaxy.yml index 024b507d..cb68bdaa 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: google name: cloud # The version of the collection. Must be compatible with semantic versioning -version: 1.5.1 +version: 1.5.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md