diff --git a/Changes b/Changes index 7b4df35..8825d1d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Dancer2-Plugin-OpenTelemetry +{{$NEXT}} + 0.002 2024-05-02 21:51:02+01:00 Europe/London * Fixed an issue where spans were set to error in the case of 4XX diff --git a/lib/Dancer2/Plugin/OpenTelemetry.pm b/lib/Dancer2/Plugin/OpenTelemetry.pm index 0253500..a331102 100644 --- a/lib/Dancer2/Plugin/OpenTelemetry.pm +++ b/lib/Dancer2/Plugin/OpenTelemetry.pm @@ -1,7 +1,7 @@ package Dancer2::Plugin::OpenTelemetry; # ABSTRACT: Use OpenTelemetry in your Dancer2 app -our $VERSION = '0.002'; +our $VERSION = '0.003'; use strict; use warnings;