diff --git a/CHANGELOG.md b/CHANGELOG.md index c46d6e11..e7bc3660 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## Changelog +**2.0.1** — _July 5th, 2017_ — [Diff](https://github.com/archiverjs/node-archiver/compare/2.0.0...2.0.1) + +- bugfix: add const to entryData in glob callback (#261) +- other: coding style fixes (#263) + **2.0.0** — _July 5th, 2017_ — [Diff](https://github.com/archiverjs/node-archiver/compare/1.3.0...2.0.0) - feature: support for symlinks. (#228) diff --git a/README.md b/README.md index 90030043..5f4b5478 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Archiver v2.0.0 +# Archiver v2.0.1 [![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver) [![Build status](https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master) diff --git a/package.json b/package.json index 6af99b3a..4379f94b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archiver", - "version": "2.0.0", + "version": "2.0.1", "description": "a streaming interface for archive generation", "homepage": "https://github.com/archiverjs/node-archiver", "author": {