Skip to content

Commit

Permalink
updating changelog with recent PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
maplebed committed Apr 8, 2019
1 parent 650e169 commit f286312
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
==

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package beeline

const version = "0.4.1"
const version = "0.4.2"

0 comments on commit f286312

Please sign in to comment.