diff --git a/CHANGELOG.md b/CHANGELOG.md index 84b7d3d..80edecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add SolarmanV5 messages builder - report inverter alarms and faults per MQTT [#7](https://github.com/s-allius/tsun-gen3-proxy/issues/7) +## [0.11.1] - 2024-11-20 + +- Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.10.5 to 3.10.11. + ## [0.11.0] - 2024-10-13 - fix healthcheck on infrastructure with IPv6 support [#196](https://github.com/s-allius/tsun-gen3-proxy/issues/196) diff --git a/app/requirements.txt b/app/requirements.txt index 6546f18..1fb1c53 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,4 +1,4 @@ aiomqtt==2.3.0 schema==0.7.7 aiocron==1.8 - aiohttp==3.10.5 \ No newline at end of file + aiohttp==3.10.11 \ No newline at end of file