1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-08-10 22:31:50 +02:00

Release v1.15.0/v0.38.0 (#4035)

* Bump versions

* Prepare stable-v1 for version v1.15.0

* Prepare experimental-metrics for version v0.38.0

* Fix otlpmetric tests

Check pre 1.0 as well

* Update the chagelog
This commit is contained in:
Tyler Yahn
2023-04-28 07:48:08 -07:00
committed by GitHub
parent 180b35513a
commit 8e76ab23b4
38 changed files with 138 additions and 135 deletions

View File

@@ -16,5 +16,5 @@ package otel // import "go.opentelemetry.io/otel"
// Version is the current release version of OpenTelemetry in use.
func Version() string {
return "1.15.0-rc.2"
return "1.15.0"
}