From 999626e4c8d20e8dce341cc70b4d3254a473cbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Joaqu=C3=ADn=20Atria?= Date: Thu, 9 May 2024 18:03:12 +0100 Subject: [PATCH] Bump version --- Changes | 2 ++ lib/Dancer2/Plugin/OpenTelemetry.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 327d195..e2994c0 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Dancer2-Plugin-OpenTelemetry +{{$NEXT}} + 0.003 2024-05-09 18:03:03+01:00 Europe/London * Spans are no longer automatically marked as OK by this diff --git a/lib/Dancer2/Plugin/OpenTelemetry.pm b/lib/Dancer2/Plugin/OpenTelemetry.pm index 12fbebd..b1ee6c3 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.003'; +our $VERSION = '0.004'; use strict; use warnings;