diff --git a/CHANGES.md b/CHANGES.md index 048c85e..a08b1df 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,6 +6,11 @@ Known issues: bug](https://github.com/TooTallNate/node-gyp/issues/65). +## 1.8.2 (not yet released) + +(nothing yet) + + ## 1.8.1 - [pull #386] Fix bad bug in rotation that could cause a crash with diff --git a/bin/bunyan b/bin/bunyan index 3c2b082..6f2c101 100755 --- a/bin/bunyan +++ b/bin/bunyan @@ -11,7 +11,7 @@ * vim: expandtab:ts=4:sw=4 */ -var VERSION = '1.8.1'; +var VERSION = '1.8.2'; var p = console.log; var util = require('util'); diff --git a/lib/bunyan.js b/lib/bunyan.js index cec5175..c595b2b 100644 --- a/lib/bunyan.js +++ b/lib/bunyan.js @@ -8,7 +8,7 @@ * vim: expandtab:ts=4:sw=4 */ -var VERSION = '1.8.1'; +var VERSION = '1.8.2'; /* * Bunyan log format version. This becomes the 'v' field on all log records. diff --git a/package.json b/package.json index bdccb63..5c26d0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan", - "version": "1.8.1", + "version": "1.8.2", "description": "a JSON logging library for node.js services", "author": "Trent Mick (http://trentm.com)", "main": "./lib/bunyan.js",