diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 867080c..27549f4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Vultr Collection Release Notes .. contents:: Topics +v1.13.0 +======= + +Minor Changes +------------- + +- instance, bare_metal - Implemented a new option ``skip_wait`` (https://github.com/vultr/ansible-collection-vultr/issues/119). + v1.12.1 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 01ecfe6..da95e73 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -157,6 +157,13 @@ releases: - fix-keyerror-wait-for-state.yml - instance_info_fix-alias-for-label.yml release_date: '2024-01-17' + 1.13.0: + changes: + minor_changes: + - instance, bare_metal - Implemented a new option ``skip_wait`` (https://github.com/vultr/ansible-collection-vultr/issues/119). + fragments: + - instance-skip_wait.yml + release_date: '2024-05-31' 1.2.0: changes: minor_changes: diff --git a/changelogs/fragments/instance-skip_wait.yml b/changelogs/fragments/instance-skip_wait.yml deleted file mode 100644 index fa7ecc8..0000000 --- a/changelogs/fragments/instance-skip_wait.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - instance, bare_metal - Implemented a new option ``skip_wait`` (https://github.com/vultr/ansible-collection-vultr/issues/119). diff --git a/galaxy.yml b/galaxy.yml index 19f4156..a6cb817 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.12.1 +version: 1.13.0