Skip to content

Commit e8afd53

Browse files
authored
Merge pull request #250 from CiscoDevNet/3.4.1
Release 3.4.1
2 parents 0d791f9 + 42f8cce commit e8afd53

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.4.1] - 2023-08-17
6+
7+
There is no functional difference between collection version `3.4.0` and collection version `3.4.1`. This version is only being published as a hotfix to resolve a problem where the wrong
8+
version was inadvertently published to Ansible galaxy.
9+
510
## [3.4.0] - 2023-08-16
611

712
### Added
@@ -283,6 +288,7 @@ The Ansible Cisco Data Center Network Manager (DCNM) collection includes modules
283288
* cisco.dcnm.dcnm_network - Add and remove Networks from a DCNM managed VXLAN fabric.
284289
* cisco.dcnm.dcnm_interface - DCNM Ansible Module for managing interfaces.
285290
291+
[3.4.1]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.4.0...3.4.1
286292
[3.4.0]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.3.1...3.4.0
287293
[3.3.1]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.3.0...3.3.1
288294
[3.3.0]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.2.0...3.3.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
6363
---
6464
collections:
6565
- name: cisco.dcnm
66-
version: 3.4.0
66+
version: 3.4.1
6767
```
6868
## Using this collection
6969

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: dcnm
4-
version: 3.4.0
4+
version: 3.4.1
55
readme: README.md
66
authors:
77
- Shrishail Kariyappanavar <nkshrishail>

0 commit comments

Comments
 (0)