generated from honeycombio/.github
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Which problem is this PR solving? Prepares the next release of otel-config-go package. ## Short description of the changes - Updates version to 1.13.0 in version.go - Adds changelog entry including breaking changes section - Update Readme with OTel project version, includes adding a specific entry for otel contrib package versions, and the minimum Go version ## How to verify that this has the expected result The v1.13.0 release can be published.
- Loading branch information
1 parent
23dd38f
commit cbe60aa
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
package otelconfig | ||
|
||
const version = "1.12.1" | ||
const version = "1.13.0" |