update changelog to reflect breaking changes
All checks were successful
ci/woodpecker/push/golang-test Pipeline was successful
ci/woodpecker/tag/docker-deploy Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2024-04-19 12:14:14 +02:00
parent 96121f3487
commit 7d66fe6fb0
Signed by: adoralaura
GPG key ID: E2E0F82107536C1B

View file

@ -9,17 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.2.0] - 2024-04-19
### ⚠️ Breaking Changes
- renamed the score metric from `ntppool_score` to `ntppool_server_score`
- removed unneccessary `server` label in metrics
### Added
- added in-memory cache to reduce API strain (#4)
### Changed
- renamed the score metric from `ntppool_score` to `ntppool_server_score`
- fixed some debug logs
- update readme to reflect new repo
### Removed
- unneccessary `server` label in metrics
## [0.1.1] - 2024-04-17
### Fixed
- Fix nil references when http request fails (#2)