diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 43094ad..2762257 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ Vultr Collection Release Notes .. contents:: Topics +v1.7.1 +====== + +Bugfixes +-------- + +- instance - Fixed an issue when deleting an instance in locked state. (https://github.com/vultr/ansible-collection-vultr/pull/68) +- inventory - Fixed the issue instance tags were not returned (https://github.com/vultr/ansible-collection-vultr/issues/69) + v1.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 048884a..452e248 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -177,3 +177,12 @@ releases: name: snapshot_info namespace: '' release_date: '2023-01-22' + 1.7.1: + changes: + bugfixes: + - instance - Fixed an issue when deleting an instance in locked state. (https://github.com/vultr/ansible-collection-vultr/pull/68) + - inventory - Fixed the issue instance tags were not returned (https://github.com/vultr/ansible-collection-vultr/issues/69) + fragments: + - 68-instance-locked-absent.yml + - 70-inventory-fix-tags-not-returned.yml + release_date: '2023-05-03' diff --git a/changelogs/fragments/68-instance-locked-absent.yml b/changelogs/fragments/68-instance-locked-absent.yml deleted file mode 100644 index b8c70d9..0000000 --- a/changelogs/fragments/68-instance-locked-absent.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - instance - Fixed an issue when deleting an instance in locked state. (https://github.com/vultr/ansible-collection-vultr/pull/68) diff --git a/changelogs/fragments/70-inventory-fix-tags-not-returned.yml b/changelogs/fragments/70-inventory-fix-tags-not-returned.yml deleted file mode 100644 index 8a034bc..0000000 --- a/changelogs/fragments/70-inventory-fix-tags-not-returned.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - inventory - Fixed the issue instance tags were not returned (https://github.com/vultr/ansible-collection-vultr/issues/69)