Skip to content

Commit a7eed4d

Browse files
committed
v1.0.0
1 parent f1ccbf2 commit a7eed4d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
88

9+
## [v1.0.0](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v0.6.0...v1.0.0) - 2019-08-12
10+
### Merged
11+
- ML-1213 Move to server event response to trigger send of metrics [`#14`](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/pull/14)
12+
- v0.6.0 [`#13`](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/pull/13)
13+
914
## [v0.6.0](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/compare/v0.5.0...v0.6.0) - 2019-07-31
1015
### Merged
1116
- ML-1165 Add support for passing extra metrics specific to a route [`#12`](https://github.com/GoodwayGroup/lib-hapi-dogstatsd/pull/12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@goodwaygroup/lib-hapi-dogstatsd",
3-
"version": "0.6.0",
3+
"version": "1.0.0",
44
"description": "Hapi plugin for publishing route stats to DataDog",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)