chore(changelog): update changelog for v1.1.0

This commit is contained in:
etienne-hd
2026-03-06 19:22:26 +01:00
parent 37ec53c56a
commit c1b4437e8d

View File

@@ -1,10 +1,20 @@
## v1.0.1
## v1.1.0
### Added
* Retry-based error handling for ad handler calls (#3)
* `contains` method in `ID` class (#3)
- Docker support 🎉
### Changed
* Bumped [lbc](https://github.com/etienne-hd/lbc) to v1.1.2
- Project source code moved to `/lbc-finder`
- `id.json` and `logs` are now stored in `/data` for persistent storage (useful for Docker)
## v1.0.1
### Added
- Retry-based error handling for ad handler calls (#3)
- `contains` method in `ID` class (#3)
### Changed
- Bumped [lbc](https://github.com/etienne-hd/lbc) to v1.1.2
## v1.0.0
* Initial release
- Initial release