Skip to content

Commit

Permalink
Merge pull request #250 from CiscoDevNet/3.4.1
Browse files Browse the repository at this point in the history
Release 3.4.1
  • Loading branch information
mikewiebe authored Aug 17, 2023
2 parents 0d791f9 + 42f8cce commit e8afd53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.4.1] - 2023-08-17

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
version was inadvertently published to Ansible galaxy.

## [3.4.0] - 2023-08-16

### Added
Expand Down Expand Up @@ -283,6 +288,7 @@ The Ansible Cisco Data Center Network Manager (DCNM) collection includes modules
* cisco.dcnm.dcnm_network - Add and remove Networks from a DCNM managed VXLAN fabric.
* cisco.dcnm.dcnm_interface - DCNM Ansible Module for managing interfaces.
[3.4.1]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.3.1...3.4.0
[3.3.1]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.3.0...3.3.1
[3.3.0]: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.2.0...3.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
---
collections:
- name: cisco.dcnm
version: 3.4.0
version: 3.4.1
```
## Using this collection
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: cisco
name: dcnm
version: 3.4.0
version: 3.4.1
readme: README.md
authors:
- Shrishail Kariyappanavar <nkshrishail>
Expand Down

0 comments on commit e8afd53

Please sign in to comment.