Skip to content

Commit

Permalink
Fix changelog entry section to be unreleased (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Mar 17, 2022
1 parent b1c1e78 commit a4ea45c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -17,6 +17,10 @@ Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be mod

- The metrics API has been significantly changed. (#2587)

### Fixed

- Fallback to general attribute limits when span specific ones are not set in the environment. (#2675, #2677)

## [1.5.0] - 2022-03-16

### Added
Expand Down Expand Up @@ -57,7 +61,6 @@ Code instrumented with the `go.opentelemetry.io/otel/metric` will need to be mod
- Remove the OTLP trace exporter limit of SpanEvents when exporting. (#2616)
- Default to port `4318` instead of `4317` for the `otlpmetrichttp` and `otlptracehttp` client. (#2614, #2625)
- Unlimited span limits are now supported (negative values). (#2636, #2637)
- Fallback to general attribute limits when span specific ones are not set in the environment. (#2675, #2677)

### Deprecated

Expand Down

0 comments on commit a4ea45c

Please sign in to comment.