diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1a91fff..9a2dbc9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Vultr Collection Release Notes .. contents:: Topics +v1.10.1 +======= + +Bugfixes +-------- + +- instance - Fixed an issue detecting the instance state returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/89). + v1.10.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 80185ec..aaa53d3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -108,6 +108,14 @@ releases: fragments: - 86-inventory-internal_ip.yml release_date: '2023-09-18' + 1.10.1: + changes: + bugfixes: + - instance - Fixed an issue detecting the instance state returned by the API + (https://github.com/vultr/ansible-collection-vultr/pull/89). + fragments: + - fix-instance-state-wait-for.yml + release_date: '2023-11-11' 1.2.0: changes: minor_changes: diff --git a/changelogs/fragments/fix-instance-state-wait-for.yml b/changelogs/fragments/fix-instance-state-wait-for.yml deleted file mode 100644 index a6ab616..0000000 --- a/changelogs/fragments/fix-instance-state-wait-for.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - instance - Fixed an issue detecting the instance state returned by the API (https://github.com/vultr/ansible-collection-vultr/pull/89). diff --git a/galaxy.yml b/galaxy.yml index 09b94dd..80ca153 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.10.0 +version: 1.10.1