Skip to content

Commit

Permalink
release: Release 2 gems (#1764)
Browse files Browse the repository at this point in the history
* release: Release 2 gems

* opentelemetry-exporter-otlp-metrics 0.2.0 (was 0.1.0)
* opentelemetry-metrics-sdk 0.4.0 (was 0.3.0)

* chore: Update date

UTC time is already 11/20, but RubyGems will show 11/19

---------

Co-authored-by: Daniel Azuma <[email protected]>
Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
3 people authored Nov 20, 2024
1 parent d60e3a7 commit 08b1130
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions exporter/otlp-metrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History: opentelemetry-exporter-otlp-metrics

### v0.2.0 / 2024-11-19

* ADDED: Add basic metrics view
* FIXED: Remove Metrics OTLP exporter `Util#measure_request_duration` and duplicate files
* FIXED: Add mTLS for metrics exporter

### v0.1.0 / 2024-08-27

Initial release.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Exporter
module OTLP
module Metrics
## Current OpenTelemetry OTLP exporter version
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end
end
Expand Down
4 changes: 4 additions & 0 deletions metrics_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History: opentelemetry-metrics-sdk

### v0.4.0 / 2024-11-19

* ADDED: Update metrics configuration patch

### v0.3.0 / 2024-10-22

* ADDED: Add basic metrics view
Expand Down
2 changes: 1 addition & 1 deletion metrics_sdk/lib/opentelemetry/sdk/metrics/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module OpenTelemetry
module SDK
module Metrics
# Current OpenTelemetry metrics sdk version
VERSION = '0.3.0'
VERSION = '0.4.0'
end
end
end

0 comments on commit 08b1130

Please sign in to comment.