Skip to content

Commit 0c3d2fb

Browse files
committed
Bump version to 0.5.0.
Changes: * Unbreak conditional. (#13) * Updated regex for statsd metrics. (#12) * Expose internal backend metrics. (#9)
1 parent 3a9b3f6 commit 0c3d2fb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
StatsD InfluxDB backend - CHANGELOG
22
-----------------------------------
33

4+
## v0.5.0 (2015-04-02)
5+
6+
* Unbreak conditional. (#13)
7+
* Updated regex for statsd metrics. (#12)
8+
* Expose internal backend metrics. (#9)
9+
410
## v0.4.1 (2015-02-23)
511

612
* Use prefixStats setting instead of hardcoding prefix. (#6)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "statsd-influxdb-backend",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "InfluxDB backend for StatsD",
55
"main": "lib/influxdb.js",
66
"dependencies": {

0 commit comments

Comments
 (0)