diff --git a/CHANGELOG.md b/CHANGELOG.md index d1597d9..509ffd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [2.1.0](https://github.com/oupala/apaxy/compare/2.0.1...2.1.0) (2019-05-30) + + +### Features + +* install script can set a header and a footer message ([8f85f2c](https://github.com/oupala/apaxy/commit/8f85f2c)) + + + ## [2.0.1](https://github.com/oupala/apaxy/compare/2.0.0...2.0.1) (2019-05-30) diff --git a/package.json b/package.json index 8ca2c2d..7e10d25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apaxy", - "version": "2.1.0-dev", + "version": "2.1.0", "description": "A simple, customisable theme for your Apache directory listing.", "main": "index.js", "scripts": {