Skip to content

Commit f121751

Browse files
committed
2.0.2
1 parent e8f5f0d commit f121751

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 2.0.2 - 2018/12/4
2+
* fix: use randomFillSync polyfill on Node.js <6.13.0 ([#702](https://github.com/elastic/apm-agent-nodejs/pull/702))
3+
* fix(hapi): ignore internal events channel ([#700](https://github.com/elastic/apm-agent-nodejs/pull/700))
4+
15
# 2.0.1 - 2018/11/26
26
* fix: log APM Server API errors correctly ([#692](https://github.com/elastic/apm-agent-nodejs/pull/692))
37

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elastic-apm-node",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "The official Elastic APM agent for Node.js",
55
"main": "index.js",
66
"scripts": {
@@ -161,7 +161,7 @@
161161
]
162162
},
163163
"coordinates": [
164-
55.753271,
165-
37.5679821
164+
55.6773705,
165+
12.5614183
166166
]
167167
}

0 commit comments

Comments
 (0)