From 420544e1a41cb40907b52cdc69d43ecac1efa541 Mon Sep 17 00:00:00 2001 From: Jan Dittrich Date: Sat, 1 Jun 2024 10:59:22 +0000 Subject: [PATCH] Tag v1.0.0 Signed-off-by: Jan Dittrich --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b50f8d3..a977b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-06-01 +### Added + ### Fixed - Crash when metrics are enabled and no targets are found. @@ -18,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- Support for 32bit arm architectures (arm/v6, arm/v7, armhf) +- **Breaking** Support for 32bit arm architectures (arm/v6, arm/v7, armhf) ## [0.5.0] - 2023-02-07 ### Added