Skip to content

Commit

Permalink
Prepare for v2.4.0 release (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbreit committed Jun 8, 2021
1 parent 367921b commit 5b92bb2
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.3.1
version: 2.4.0
13 changes: 13 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Cisco.Meraki Release Notes
.. contents:: Topics


v2.4.0
======

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

- meraki_mx_switchport - Improve documentation for response

Bugfixes
--------

- Allow a state of absent in voice vlan to allow the value to be nulled out(https://github.com/CiscoDevNet/ansible-meraki/issues/238)

v2.3.1
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,13 @@ releases:
fragments:
- CHANGELOG.yml
release_date: '2021-05-19'
2.4.0:
changes:
bugfixes:
- Allow a state of absent in voice vlan to allow the value to be nulled out(https://github.com/CiscoDevNet/ansible-meraki/issues/238)
minor_changes:
- meraki_mx_switchport - Improve documentation for response
fragments:
- 0238-vvlan-allow-null.yml
- switchport-docs.yaml
release_date: '2021-06-07'
2 changes: 0 additions & 2 deletions changelogs/fragments/0238-vvlan-allow-null.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/switchport-docs.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tags:
- firewall
- switching
- cisco
version: 2.3.1
version: 2.4.0
build_ignore:
- '*tar.gz'
- '*.DS_Store'
Expand Down

0 comments on commit 5b92bb2

Please sign in to comment.