From f28631241192dcd9161164a7f10a609c92d53afc Mon Sep 17 00:00:00 2001 From: Ben Hartshorne Date: Mon, 8 Apr 2019 16:54:28 -0700 Subject: [PATCH] updating changelog with recent PRs --- CHANGELOG.md | 16 ++++++++++++++++ version.go | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0ac7d..ac252e2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +Release v0.4.2 (2019-04-08) +== + +### Additions + +* @jamietsao contributed middleware for the Echo router (https://echo.labstack.com/) + +### Bugfixes + +* Events that were coming in with an existing sample rate to a beeline + configured to do additional sampling were not computing the final sample rate + correctly. This change fixes the sample rate in that specific case. +* Added missing comment describing the semantics of the `dataset` field in the + trace propagation header added in v0.3.5 + + Release v0.4.1 (2019-03-21) == diff --git a/version.go b/version.go index 34b44e1f..9e8fbfe5 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package beeline -const version = "0.4.1" +const version = "0.4.2"