diff --git a/changelogs/fragments/0001_disk.yml b/changelogs/fragments/0001_disk.yml new file mode 100644 index 0000000..2fccc03 --- /dev/null +++ b/changelogs/fragments/0001_disk.yml @@ -0,0 +1,2 @@ +bugfixes: + - Disk has been fixed to send the sourceSnapshot parameter. diff --git a/galaxy.yml b/galaxy.yml index 67f55e7..9b6aa5c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: google name: cloud # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0 +version: 1.0.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md