diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e7ee9..d1597d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [2.0.1](https://github.com/oupala/apaxy/compare/2.0.0...2.0.1) (2019-05-30) + + +### Bug Fixes + +* make the script apaxy-configure.sh more robust ([367722a](https://github.com/oupala/apaxy/commit/367722a)) + + + # [2.0.0](https://github.com/oupala/apaxy/compare/1.0.0...2.0.0) (2019-05-29) diff --git a/package.json b/package.json index 7c1419b..ca914e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apaxy", - "version": "2.0.1-dev", + "version": "2.0.1", "description": "A simple, customisable theme for your Apache directory listing.", "main": "index.js", "scripts": {