Skip to content

Commit 6a98435

Browse files
committed
Update Changelog
1 parent ad67446 commit 6a98435

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
1313
### Security
1414

1515

16+
## [0.0.13]
17+
### Added
18+
- AIREOSDevice methods for disabling and enabling WLANs by ID (`disable_wlans`, `enable_wlans`)
19+
- AIREOSDevice properties for getting disabled and enabled WLAN IDs (`disabled_wlans`, `enabled_wlans`)
20+
- AIREOSDevice property for getting all WLANs (`wlans`)
21+
### Changed
22+
- AIREOSDevice `install_os` method now supports disabling and enabling WLANs before and after install respectively.
23+
1624
## [0.0.12]
1725
### Added
1826
- AIREOSDevice methods for pre-downloading images to Access Points (``transfer_image_to_ap``)
@@ -21,7 +29,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/)
2129
- Code format was updated with new `black` release
2230

2331
## [0.0.11]
24-
2532
### Added
2633
- AIREOSDevice property, ``peer_redundancy_state`` for standby device status
2734

0 commit comments

Comments
 (0)