diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da589b7..cad2ef3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Apache CloudStack Collection Release Notes .. contents:: Topics +v2.2.1 +====== + +Bugfixes +-------- + +- cs_instance - Fixed attribute error in custom service offerings handling (https://github.com/ngine-io/ansible-collection-cloudstack/pull/87). + v2.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index cbb22ed..450b406 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -86,3 +86,10 @@ releases: - 82-cs_network_offering_new_args.yml - 83-cs_instance_info_host_filter.yml release_date: '2021-09-01' + 2.2.1: + changes: + bugfixes: + - cs_instance - Fixed attribute error in custom service offerings handling (https://github.com/ngine-io/ansible-collection-cloudstack/pull/87). + fragments: + - cs_instance-attribute-error.yml + release_date: '2021-09-27' diff --git a/galaxy.yml b/galaxy.yml index 748b655..c38fad7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -23,4 +23,4 @@ tags: - cloud - cloudstack - ngine_io -version: 2.2.0 +version: 2.2.1