From 962096a9349f63a041c61b795aef652d1b274b3f Mon Sep 17 00:00:00 2001 From: Luc Talatinian Date: Wed, 18 Sep 2024 16:42:36 -0400 Subject: [PATCH] correct module release type --- .changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json | 4 ++-- .changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json b/.changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json index 85755e77..d0c0f117 100644 --- a/.changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json +++ b/.changelog/8a8ce2aaa0b84978a2b874ca2f90d021.json @@ -1,8 +1,8 @@ { "id": "8a8ce2aa-a0b8-4978-a2b8-74ca2f90d021", - "type": "bugfix", + "type": "release", "description": "Initial release of `smithyotelmetrics` module, which is used to adapt an OpenTelemetry SDK meter provider to be used with Smithy clients.", "modules": [ "metrics/smithyotelmetrics" ] -} \ No newline at end of file +} diff --git a/.changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json b/.changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json index 01661f1a..34fb0a72 100644 --- a/.changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json +++ b/.changelog/93daa8ff4ccc4cb8a8a02aef737bb20c.json @@ -1,6 +1,6 @@ { "id": "93daa8ff-4ccc-4cb8-a8a0-2aef737bb20c", - "type": "feature", + "type": "release", "description": "Initial release of `smithyoteltracing` module, which is used to adapt an OpenTelemetry SDK tracer provider to be used with Smithy clients.", "modules": [ "tracing/smithyoteltracing"