What's changed
In this release, the `vat_incl` parameter has been replaced by a `vat` [enum parameter](https://github.com/klaasnicolaas/python-energyzero/blob/main/src/energyzero/const.py#L7) (default: **VatOption.INCLUDE**), which can be used at both class and function level. When you use the parameter at function level it will override the value at class level, so you could receive VAT included data for energy and VAT excluded data for gas.
_To receive a notification on new releases, click on **Watch** > **Custom** > **Releases** on the top._
🚨 Breaking changes
- 259 Set vat on class or function level with new enum klaasnicolaas
✨ New features
- 259 Set vat on class or function level with new enum klaasnicolaas
⬆️ Dependency updates
<details>
<summary>11 changes</summary>
- 249 ⬆️ Update dependency yarl to v1.9.3 renovate
- 250 ⬆️ Update dessant/lock-threads action to v5.0.1 renovate
- 251 ⬆️ Update dependency mypy to v1.7.1 renovate
- 252 ⬆️ Update github/codeql-action action to v2.22.8 renovate
- 253 ⬆️ Update dependency aiohttp to v3.9.1 renovate
- 254 ⬆️ Lock file maintenance renovate
- 255 ⬆️ Update dependency pytest-asyncio to v0.23.1 renovate
- 256 ⬆️ Lock file maintenance renovate
- 257 ⬆️ Update dependency pytest-asyncio to v0.23.2 renovate
- 258 ⬆️ Update dependency ruff to v0.1.7 renovate
- 260 ⬆️ Update actions/setup-python action to v4.8.0 renovate
</details>
**Full Changelog**: https://github.com/klaasnicolaas/python-easyenergy/compare/v1.0.0...v2.0.0