diff --git a/netdaemon/CHANGELOG.md b/netdaemon/CHANGELOG.md index 372c352..750d27a 100644 --- a/netdaemon/CHANGELOG.md +++ b/netdaemon/CHANGELOG.md @@ -25,3 +25,8 @@ Hav fun with this release. ## [0.3.7] - Bugfix, exclude auto generated code from warning of missing Execute/ExecuteAsync + +## [0.4.0] + +- Udated HassClient +- Fixed to support custom built docker containers from dev. env. diff --git a/netdaemon/config.json b/netdaemon/config.json index c4eea8d..b8bafd0 100644 --- a/netdaemon/config.json +++ b/netdaemon/config.json @@ -1,6 +1,6 @@ { "name": "NetDaemon", - "version": "0.3.7", + "version": "0.4.0", "slug": "netdaemon", "description": "Application daemon written in .NET core 3.1", "url": "http://netdaemon.xyz",