Skip to content

Commit

Permalink
Release v0.011
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Nov 9, 2023
1 parent ad470a6 commit 08213e9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for OpenTelemetry-Exporter-OTLP

{{$NEXT}}
0.011 2023-11-09 23:45:26+00:00 Europe/London

* Minor documentation fixes

Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
"provides" : {
"OpenTelemetry::Exporter::OTLP" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP.pm",
"version" : "0.010"
"version" : "0.011"
},
"OpenTelemetry::Exporter::OTLP::Encoder::JSON" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Encoder/JSON.pm",
"version" : "0.010"
"version" : "0.011"
},
"OpenTelemetry::Exporter::OTLP::Encoder::Protobuf" : {
"file" : "lib/OpenTelemetry/Exporter/OTLP/Encoder/Protobuf.pm",
"version" : "0.010"
"version" : "0.011"
},
"OpenTelemetry::Proto" : {
"file" : "lib/OpenTelemetry/Proto.pm",
"version" : "0.010"
"version" : "0.011"
}
},
"release_status" : "stable",
Expand All @@ -101,7 +101,7 @@
"web" : "https://github.com/jjatria/perl-opentelemetry-exporter-otlp"
}
},
"version" : "0.010",
"version" : "0.011",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.036000"
Expand Down Expand Up @@ -332,7 +332,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.010",
"tag" : "0.011",
"tag_format" : "%v",
"tag_message" : ""
},
Expand Down

0 comments on commit 08213e9

Please sign in to comment.