From 6d52436c0f1b0b75932c1b0760436ce83f6fca6e Mon Sep 17 00:00:00 2001 From: Tigran Najaryan Date: Tue, 7 May 2024 13:31:54 -0400 Subject: [PATCH] Update CHANGELOG.md to prepare v0.10.0 release --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32536e0..40da3a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.10.0 + +* Replace ULIDs by 16 byte ids and recommend UUID v7 by @tigrannajaryan in https://github.com/open-telemetry/opamp-spec/pull/186 + +**Full Changelog**: https://github.com/open-telemetry/opamp-spec/compare/v0.9.0...v0.10.0 + ## v0.9.0 * Add CustomMessage capability by @andykellr in https://github.com/open-telemetry/opamp-spec/pull/132