diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eb9cc5..4b5d143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## Version [1.1.0](https://github.com/cedx/koa-eta/compare/v1.0.0...v1.1.0) +- The `pug()` function now returns the entire [Pug](https://pugjs.org) module instead of a subset. + ## Version 1.0.0 - Initial release.