diff --git a/Changes b/Changes index 4d2901f..2648ba5 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,9 @@ Revision history for OpenTelemetry * Fixed an issue with experimental cleanup where "DBI::db::execute" was replaced with "DBI::db::do" by mistake (GH #17) + * Fixed an issue with the versioning of the OpenTelemetry::Baggage + module, which has been reporting the same version number since + 0.010. (GH #18) 0.022 2024-05-12 20:08:13+01:00 Europe/London diff --git a/dist.ini b/dist.ini index eca8532..7db7e8c 100644 --- a/dist.ini +++ b/dist.ini @@ -17,8 +17,9 @@ revision = 3 managed_versions = 1 Git::GatherDir.exclude_filename[0] = dist.ini Git::GatherDir.exclude_filename[1] = cpanfile +Git::Tag.tag_message = Release_Commit.commit_msg = Release v%V%t -Git::Tag.tag_message = +RewriteVersion.global = 1 [MinimumPerl] [Prereqs::FromCPANfile]