Skip to content

Commit d7443f8

Browse files
committed
⬆️ Bump version
1 parent 319ad25 commit d7443f8

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
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.9
4+
5+
* Log only standard `request.headers`
6+
* Log only specified `request.params` via `params` middleware option
7+
38
## 0.8
49

510
* Add `getMetadata` option to append metadata with middleware

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bufferapp/logger",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Logging for Buffer.com's node applications",
55
"main": "logger.js",
66
"scripts": {

0 commit comments

Comments
 (0)