diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f82fdf1..013d0d2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Vultr Collection Release Notes .. contents:: Topics +v1.5.0 +====== + +Minor Changes +------------- + +- instance - Implemented VPC support to attach/detach VPCs (https://github.com/vultr/ansible-collection-vultr/pull/46). + +New Modules +----------- + +- instance_info - Get information about the Vultr instances + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a293357..1127390 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -132,3 +132,14 @@ releases: name: vultr namespace: null release_date: '2022-12-08' + 1.5.0: + changes: + minor_changes: + - instance - Implemented VPC support to attach/detach VPCs (https://github.com/vultr/ansible-collection-vultr/pull/46). + fragments: + - instance-vpcs.yml + modules: + - description: Get information about the Vultr instances + name: instance_info + namespace: '' + release_date: '2022-12-16' diff --git a/changelogs/fragments/instance-vpcs.yml b/changelogs/fragments/instance-vpcs.yml deleted file mode 100644 index f647573..0000000 --- a/changelogs/fragments/instance-vpcs.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - instance - Implemented VPC support to attach/detach VPCs (https://github.com/vultr/ansible-collection-vultr/pull/46). diff --git a/galaxy.yml b/galaxy.yml index c43b060..e1c10b2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -16,4 +16,4 @@ repository: "https://github.com/vultr/ansible-collection-vultr" tags: - cloud - vultr -version: 1.4.0 +version: 1.5.0