From 7d66fe6fb01f09678ce07cb312bd846104b0c40c Mon Sep 17 00:00:00 2001 From: Adora Laura Kalb Date: Fri, 19 Apr 2024 12:14:14 +0200 Subject: [PATCH] update changelog to reflect breaking changes --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac29fdf..c536fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)