Skip to content

Commit cc61f0c

Browse files
committed
chore: release version 0.2.0
1 parent 4f9f994 commit cc61f0c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<a name="0.2.0"></a>
2+
## 0.2.0 (2019-01-27)
3+
4+
5+
#### Features
6+
7+
* add dogstatsd exporter for metrics ([7b14667e](7b14667e))
8+
9+
#### Bug Fixes
10+
11+
* automatically sanitize metric names ([4f9f9942](4f9f9942))
12+
* incorrect singular form in erlang:float_to_binary/2 call ([5ca1135c](5ca1135c))
13+
* incorrect guard on matching successful report ([b2cdcf63](b2cdcf63))

src/oc_datadog.app.src

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, oc_datadog,
22
[{description, "Opencensus integration for DataDog"},
3-
{vsn, git},
3+
{vsn, "git"},
44
{registered, []},
55
{applications,
66
[kernel,
@@ -11,7 +11,6 @@
1111
{env,[]},
1212
{modules, []},
1313

14-
{maintainers, ["Łukasz Niemier"]},
1514
{licenses, ["Apache 2.0"]},
1615
{links, [{"GitHub", "https://github.com/hauleth/oc_datadog"}]}
1716
]}.

0 commit comments

Comments
 (0)