Skip to content

Commit

Permalink
Merge pull request #78 from meraki/develop
Browse files Browse the repository at this point in the history
2.20.1:
  • Loading branch information
fmunozmiranda authored Dec 31, 2024
2 parents 1595531 + 8816bde commit 55d9edb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1146,4 +1146,8 @@ releases:
- organizations_wireless_devices_wireless_controllers_by_device_info - new plugin.
- organizations_wireless_radio_auto_rf_channels_recalculate - new plugin.
- organizations_wireless_rf_profiles_assignments_by_device_info - new plugin.
- organizations_wireless_ssids_statuses_by_device_info - new plugin.
- organizations_wireless_ssids_statuses_by_device_info - new plugin.
2.20.1:
changes:
minor_changes:
- Sanity and CI fixes.
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: meraki
version: 2.20.0
version: 2.20.1
readme: README.md
authors:
- Francisco Muñoz <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin_utils/meraki.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def __init__(self, params):
suppress_logging=params.get("meraki_suppress_logging"),
simulate=params.get("meraki_simulate"),
be_geo_id=params.get("meraki_be_geo_id"),
caller="MerakiAnsibleCollection/2.19.0 Cisco",
caller="MerakiAnsibleCollection/2.20.1 Cisco",
use_iterator_for_get_pages=params.get(
"meraki_use_iterator_for_get_pages"),
inherit_logging_config=params.get(
Expand Down

0 comments on commit 55d9edb

Please sign in to comment.