Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #43 from MrAlias/v0.14.0
Browse files Browse the repository at this point in the history
Release v0.14.0
  • Loading branch information
RichVanderwal committed Dec 4, 2020
2 parents 3cbb923 + 6606d0b commit fedbe04
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,38 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.14.0] - 2020-12-04

### Changed

- Upgrade `go.opentelemetry.io/otel*` to v0.14.0. (#40)

## [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
[Unreleased]: https://github.com/newrelic/opentelemetry-exporter-go/compare/v0.14.0...HEAD
[0.14.0]: https://github.com/newrelic/opentelemetry-exporter-go/compare/v0.13.0...v0.14.0
[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

0 comments on commit fedbe04

Please sign in to comment.