Skip to content

Commit

Permalink
Bump version to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuezhao authored Nov 23, 2020
1 parent c9b2039 commit 84182c2
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ Cisco ACI Ansible Collection Release Notes
.. contents:: Topics


v1.1.1
======

Release Summary
---------------

Release v1.1.1 of the ``cisco.mso`` collection on 2020-11-23.
This changelog describes all changes made to the modules and plugins included in this collection since v1.1.0.

Minor Changes
-------------

- Add test file for aci_domain_to_encap_pool
- aci_epg_to_domain moving child configs & classes to each domain type

Bugfixes
--------

- Fix galaxy import warnings
- Fix sanity issue in aci_epg_to_domain

v1.1.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,16 @@ releases:
This changelog describes all changes made to the modules and plugins included
in this collection since v1.0.1. '
release_date: '2020-10-30'
1.1.1:
changes:
bugfixes:
- Fix galaxy import warnings
- Fix sanity issue in aci_epg_to_domain
minor_changes:
- Add test file for aci_domain_to_encap_pool
- aci_epg_to_domain moving child configs & classes to each domain type
release_summary: 'Release v1.1.1 of the ``cisco.mso`` collection on 2020-11-23.
This changelog describes all changes made to the modules and plugins included
in this collection since v1.1.0. '
release_date: '2020-11-23'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: aci
# The version of the collection. Must be compatible with semantic versioning
version: 1.1.0
version: 1.1.1
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down

0 comments on commit 84182c2

Please sign in to comment.