diff --git a/CHANGELOG.md b/CHANGELOG.md index 634366431..b133c730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Unreleased -Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.13.0...main). +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.15.0...main). ### Maturity @@ -18,7 +18,27 @@ Full list of differences found in [this compare](https://github.com/open-telemet ### Removed -* Deprecate LogRecord.Name field. (#357) +* Remove if no changes for this section before release. + +## 0.15.0 - 2022-03-19 + +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.15.0...v0.14.0). + +### Changed + +* Rename InstrumentationLibrary to InstrumentationScope (#362) + +### Added + +* Use optional for `sum` field to mark presence (#366) + +## 0.14.0 - 2022-03-08 + +Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.14.0...v0.13.0). + +### Removed + +* Deprecate LogRecord.Name field (#357) ## 0.13.0 - 2022-02-10