Release 2.0.3

This commit is contained in:
aceberg 2024-09-17 23:20:38 +07:00
parent 2934878b5a
commit 3fccc2f149
4 changed files with 8 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [v2.0.3] - 2024-09- ## [v2.0.3] - 2024-09-17
### Fixed ### Fixed
- `ARP_STRS_JOINED` should be empty in config file - `ARP_STRS_JOINED` should be empty in config file
- Optimized History Trim - Optimized History Trim

View file

@ -169,12 +169,16 @@ Or use [docker-compose](docker-compose-local.yml)
</details> </details>
## API ## API & Integrations
<details> <details>
<summary>Expand</summary> <summary>Expand</summary>
### API
Moved to [docs/API.md](https://github.com/aceberg/WatchYourLAN/blob/main/docs/API.md) Moved to [docs/API.md](https://github.com/aceberg/WatchYourLAN/blob/main/docs/API.md)
### Integrations
- [Python API client](https://github.com/drwahl/py-watchyourlanclient) by [drwahl](https://github.com/drwahl)
</details> </details>
## Thanks ## Thanks

View file

@ -1 +1 @@
VERSION=2.0.2 VERSION=2.0.3