diff --git a/CHANGES.md b/CHANGES.md index feab9d0..d2892bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,10 @@ Known issues: +## 1.0.6 + +- Fixing special values (eg, 'hourly') for period rollover. These were broken in v1.0.5 + ## 1.0.5 - Restructured project diff --git a/package.json b/package.json index 935b32e..3709486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bunyan-rotating-file-stream", - "version": "1.0.5", + "version": "1.0.6", "description": "a rotating file stream for the bunyan logging system", "author": "Jim Tupper (http://github.com/rcomian)", "main": "./index.js",