From 0d736bf06ba1f686911bc1d066a891097ffc5411 Mon Sep 17 00:00:00 2001 From: Dave Raffensperger Date: Fri, 26 Apr 2019 13:45:17 -0400 Subject: [PATCH] chore: 0.0.1 release proposal (#65) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b84008a4..f0249546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## Unreleased +## 0.0.1 - 2019-04-26 + - TypeScript interfaces and enums extracted from the `@opencensus/core` package of [opencensus-node][opencensus-node-url] - Initial `Tracer` and `Span` implementations. The tracer only supports a single @@ -15,7 +17,7 @@ All notable changes to this project will be documented in this file. having the client write a `traceparent` global variable in [trace context W3C draft format][trace-context-url]. - WebPack build scripts to generate JS bundles to enable adding instrumentation -- of the initial page load spans and exporting them to the OpenCensus agent. + of the initial page load spans and exporting them to the OpenCensus agent. [oc-agent-http-url]: https://github.com/census-instrumentation/opencensus-service/tree/master/receiver#writing-with-httpjson [opencensus-node-url]: http://github.com/census-instrumentation/opencensus-node