What's Changed
⚠ This release will definitly break stuff. The former `BssClient` has been renamed to `BasicAuthBssClient` and its config has been renamed from `BssConfig` to `BasicAuthBssConfig`. What you get in return is the possibility to use OAuth, too with the new `OAuthBssClient` and its `OAuthBssConfig`.
* 🩹Upgrade `requirements-packaging.txt` - resolve `InvalidDistribution` issue by lord-haffi in https://github.com/Hochfrequenz/bssclient.py/pull/23
* feat: Add OAuth as Option besides Basic Auth by hf-kklein in https://github.com/Hochfrequenz/bssclient.py/pull/24
New Contributors
* lord-haffi made their first contribution in https://github.com/Hochfrequenz/bssclient.py/pull/23
**Full Changelog**: https://github.com/Hochfrequenz/bssclient.py/compare/v0.0.10...v0.1.0