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

Release v1.5.0 (#2676)

* Bump stable-v1 from v1.4.1 to v1.5.0

* Remove internal/metric module from versions file

This module was removed from the project.

* Prepare stable-v1 for version v1.5.0

* Update changelog

* Update CHANGELOG.md
This commit is contained in:
Tyler Yahn
2022-03-16 09:13:17 -07:00
committed by GitHub
parent b22999748b
commit 2cfc5210f2
31 changed files with 95 additions and 89 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.4.1"
return "1.5.0"
}