diff --git a/ChangeLog b/ChangeLog index 904239e..efc0033 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +k2hr3-api (1.0.35) unstable; urgency=low + + * Fixed bugs about defunct processes and mis-coding - #121 + * Changed supported NodeJS/OS version and fixed code - #120 + + -- Takeshi Nakatani Fri, 06 Dec 2024 16:16:54 +0900 + k2hr3-api (1.0.34) unstable; urgency=low * Updated github actions tools and dependencies - #118 diff --git a/package.json b/package.json index f3dc915..3a184ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "k2hr3-api", - "version": "1.0.34", + "version": "1.0.35", "dependencies": { "@kubernetes/client-node": "^0.22.3", "body-parser": "^1.20.3",