Skip to content

Commit

Permalink
Move Changelog line to Unreleased.
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVikingGod authored Oct 13, 2022
1 parent d0cf754 commit 1ed993e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

- `sdktrace.TraceProvider.Shutdown` and `sdktrace.TraceProvider.ForceFlush` to not return error when no processor register. (#3268)

### Fixed

- Slice attributes of `attribute` package are now comparable based on their value, not instance. (#3108 #3252)

## [1.11.0/0.32.3] 2022-10-12

### Added
Expand All @@ -24,10 +28,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Upgrade `golang.org/x/sys/unix` from `v0.0.0-20210423185535-09eb48e85fd7` to `v0.0.0-20220919091848-fb04ddd9f9c8`.
This addresses [GO-2022-0493](https://pkg.go.dev/vuln/GO-2022-0493). (#3235)

### Fixed

- Slice attributes of `attribute` package are now comparable based on their value, not instance. (#3108 #3252)

## [0.32.2] Metric SDK (Alpha) - 2022-10-11

### Added
Expand Down

0 comments on commit 1ed993e

Please sign in to comment.