diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 84728ab..1a91fff 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Vultr Collection Release Notes .. contents:: Topics +v1.10.0 +======= + +Minor Changes +------------- + +- inventory - Added VPC/VPC 2.0 support by adding ``internal_ip`` to the attributes (https://github.com/vultr/ansible-collection-vultr/issues/86). + v1.9.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 09c15b6..80185ec 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -100,6 +100,14 @@ releases: name: instance namespace: '' release_date: '2022-09-09' + 1.10.0: + changes: + minor_changes: + - inventory - Added VPC/VPC 2.0 support by adding ``internal_ip`` to the attributes + (https://github.com/vultr/ansible-collection-vultr/issues/86). + fragments: + - 86-inventory-internal_ip.yml + release_date: '2023-09-18' 1.2.0: changes: minor_changes: diff --git a/changelogs/fragments/86-inventory-internal_ip.yml b/changelogs/fragments/86-inventory-internal_ip.yml deleted file mode 100644 index 4f4563f..0000000 --- a/changelogs/fragments/86-inventory-internal_ip.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- inventory - Added VPC/VPC 2.0 support by adding ``internal_ip`` to the attributes (https://github.com/vultr/ansible-collection-vultr/issues/86). diff --git a/galaxy.yml b/galaxy.yml index 6ee6a99..09b94dd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.9.0 +version: 1.10.0