diff --git a/CHANGELOG.md b/CHANGELOG.md index f6af170..66e22a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### 0.1.7 / 2019-06-10 + +- Use the `Buffer.alloc()` and `Buffer.from()` functions instead of the unsafe + `Buffer()` constructor + ### 0.1.6 / 2017-09-10 - Use `9` instead of `8` as the `windowBits` parameter to zlib, to deal with diff --git a/LICENSE.md b/LICENSE.md index 5861b5c..619fdd0 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright 2014-2017 James Coglan +Copyright 2014-2019 James Coglan Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the diff --git a/package.json b/package.json index 3230459..4899cfa 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "deflate" ], "license": "Apache-2.0", - "version": "0.1.6", + "version": "0.1.7", "engines": { "node": ">=0.8.0" },