This repository was archived by the owner on Jan 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* New, improved, standardized CHANGELOG * Mentioned new changelog in contribution guidelines * Formatting, working links, new version number Co-authored-by: Rich Vanderwal <[email protected]>
- Loading branch information
1 parent
fd86c81
commit 06d522a
Showing
2 changed files
with
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
## ChangeLog | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## 0.1.0 | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [Unreleased] | ||
|
||
## [0.13.0] - 2020-10-28 | ||
### Added | ||
- Support for metrics (#10) | ||
- Version number has been modified to track the version numbers of the | ||
go.opentelemetry.io/otel upstream library. | ||
|
||
### Changed | ||
- Updated to use version 0.13.0 of the go.opentelemetry.io/otel packages. (#30) | ||
- Standardized CHANGELOG.md format. When making changes to this project, add | ||
human-readable summaries of what you've done to the "Unreleased" section | ||
above. When creating a release, move that information into a new release | ||
section in this document. (#35) | ||
|
||
## [0.1.0] - 2019-12-31 | ||
First release! | ||
|
||
[Unreleased]: https://github.com/newrelic/opentelemetry-exporter-go/compare/v0.13.0...HEAD | ||
[0.13.0]: https://github.com/newrelic/opentelemetry-exporter-go/compare/v0.1.0...v0.13.0 | ||
[0.1.0]: https://github.com/newrelic/opentelemetry-exporter-go/releases/tag/v0.1.0 |
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