diff --git a/CHANGELOG.md b/CHANGELOG.md index 990c4f42..f07ecec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Prometheus support (`/metrics` endpoint). +- Sort zaps by amount; add pagination. + +### Fixed + +- Added IP rate-limiting of HTTP requests and WebSocket messages. +- Added database query timeouts. +- Fixed nos2x compatibility. + ## [1.0.0] - 2024-06-14 - Initial release