diff --git a/snmpd/CHANGELOG.md b/snmpd/CHANGELOG.md index a99544b..91ac4bf 100644 --- a/snmpd/CHANGELOG.md +++ b/snmpd/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.2.3 +- add VScode dev container +- fix supervisor api permission denied error + ## 0.2.2 - add additional hass information via `NET-SNMP-EXTEND-MIB` - fix logging to not flood the console with snmpd debug log diff --git a/snmpd/config.yaml b/snmpd/config.yaml index e0d8a7d..ade7262 100644 --- a/snmpd/config.yaml +++ b/snmpd/config.yaml @@ -1,5 +1,5 @@ name: "SNMPD" -version: "0.2.2" +version: "0.2.3" slug: "snmpd" description: "Monitor your HA installation via snmp" url: "https://github.com/mib1185/ha-addon-snmpd"