Skip to content

Commit

Permalink
release: Release opentelemetry-exporter-otlp 0.27.0 (was 0.26.3) (#1632)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Azuma <dazuma@gmail.com>
Co-authored-by: Francis Bogsanyi <francis.bogsanyi@shopify.com>
  • Loading branch information
3 people committed Jun 4, 2024
1 parent 6fe397b commit 50bffdb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions exporter/otlp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-exporter-otlp

### v0.27.0 / 2024-04-19

* ADDED: Add stats for serialization time in otlp exporter

### v0.26.3 / 2024-02-01

* FIXED: do not log request failure in backoff?
Expand Down
2 changes: 1 addition & 1 deletion exporter/otlp/lib/opentelemetry/exporter/otlp/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module Exporter
module OTLP
## Current OpenTelemetry OTLP exporter version
VERSION = '0.26.3'
VERSION = '0.27.0'
end
end
end

0 comments on commit 50bffdb

Please sign in to comment.