diff --git a/ChangeLog b/ChangeLog index 7af8251..38815de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +k2hr3-api (0.9.5) unstable; urgency=low + + * Improved template engine about mainly role member host information - #10 + + -- Takeshi Nakatani Mon, 11 Nov 2019 13:13:19 +0900 + k2hr3-api (0.9.4) unstable; urgency=low * Updated template engine, deprecated functions, and dependencies - #8 diff --git a/package.json b/package.json index a7e2dbf..1530f15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k2hr3-api", - "version": "0.9.4", + "version": "0.9.5", "dependencies": { "body-parser": "^1.19.0", "config": "^3.2.4",