Skip to content

Commit

Permalink
Prepare 0.18.0 release (#391)
Browse files Browse the repository at this point in the history
* Prepare 0.18.0 release

* Update CHANGELOG.md

Co-authored-by: Joshua MacDonald <[email protected]>
  • Loading branch information
tigrannajaryan and jmacd authored May 17, 2022
1 parent 8066eef commit c5c8b28
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@

## Unreleased

Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.17.0...main).
Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.18.0...main).

### Maturity

* Remove if no changes for this section before release.

### Changed

* Metrics ExponentialHistogramDataPoint makes the `sum` optional
(follows the same change in HistogramDataPOint in 0.15). [#392](https://github.com/open-telemetry/opentelemetry-proto/pull/392)
* Remove if no changes for this section before release.

### Added

Expand All @@ -21,6 +20,17 @@ Full list of differences found in [this compare](https://github.com/open-telemet

* Remove if no changes for this section before release.

## 0.18.0 - 2022-05-11

Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.17.0...v0.18.0).

### Changed

* Declare logs Stable.
[(#376)](https://github.com/open-telemetry/opentelemetry-proto/pull/376)
* Metrics ExponentialHistogramDataPoint makes the `sum` optional
(follows the same change in HistogramDataPOint in 0.15). [#392](https://github.com/open-telemetry/opentelemetry-proto/pull/392)

## 0.17.0 - 2022-05-06

Full list of differences found in [this compare](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.16.0...v0.17.0).
Expand Down

0 comments on commit c5c8b28

Please sign in to comment.