Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from DataDog/v0.2
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
ericmustin authored Feb 11, 2021
2 parents ada2d8c + 280941d commit 7682aab
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [0.2.0] - 2020-02-11
### Fixed
- documentation updates

### Added
- support for opentelemetry-js v0.16.0
- add resource attributes as span tags

## [0.1.2] - 2020-07-30
### Fixed
- fix filtering of internal requests to trace agent
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opentelemetry-exporter-datadog",
"version": "0.1.2",
"version": "0.2.0",
"description": "OpenTelemetry Exporter Datadog allows user to send collected traces to Datadog",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
*/

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '0.1.2';
export const VERSION = '0.2.0';

0 comments on commit 7682aab

Please sign in to comment.