Skip to content

Commit 14a9c53

Browse files
committed
Update changelog and galaxy.yml for release v0.1.1
1 parent 82fd26c commit 14a9c53

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
55
.. contents:: Topics
66

77

8+
v0.1.1
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
New release v0.1.1
15+
16+
Bugfixes
17+
--------
18+
19+
- Fix ND HTTAPI plugin to support remote users
20+
- Remove required params for attributes that are handled by the HTTPAPI plugin
21+
822
v0.1.0
923
======
1024

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,10 @@ releases:
44
changes:
55
release_summary: Initial release of Nexus Dashboard collection
66
release_date: '2021-06-02'
7+
0.1.1:
8+
changes:
9+
bugfixes:
10+
- Fix ND HTTAPI plugin to support remote users
11+
- Remove required params for attributes that are handled by the HTTPAPI plugin
12+
release_summary: New release v0.1.1
13+
release_date: '2021-11-29'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: cisco
33
name: nd
44
# The version of the collection. Must be compatible with semantic versioning
5-
version: 0.1.0
5+
version: 0.1.1
66
readme: README.md
77
authors:
88
- Lionel Hercot (@lhercot)

0 commit comments

Comments
 (0)