File size: 983 Bytes
f50dbbb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | diff --git a/.changes/next-release/cloudwatch-otel-rename.json b/.changes/next-release/cloudwatch-otel-rename.json
index d611abf8bab2..88ca4e3ba078 100644
--- a/.changes/next-release/cloudwatch-otel-rename.json
+++ b/.changes/next-release/cloudwatch-otel-rename.json
@@ -1,7 +1,5 @@
-[
- {
- "category": "``cloudwatch``",
- "description": "Rename ``get-o-tel-enrichment``, ``start-o-tel-enrichment``, and ``stop-o-tel-enrichment`` commands to ``get-otel-enrichment``, ``start-otel-enrichment``, and ``stop-otel-enrichment``. The old names are kept as hidden aliases for backward compatibility.",
- "type": "bugfix"
- }
-]
+{
+ "type": "bugfix",
+ "category": "``cloudwatch``",
+ "description": "Rename ``get-o-tel-enrichment``, ``start-o-tel-enrichment``, and ``stop-o-tel-enrichment`` commands to ``get-otel-enrichment``, ``start-otel-enrichment``, and ``stop-otel-enrichment``. The old names are kept as hidden aliases for backward compatibility."
+}
|