We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c73ca5 commit f575ba4Copy full SHA for f575ba4
info.md
@@ -40,8 +40,8 @@ You can refer to the [README](https://github.com/XaF/qolsysgw#readme) for the de
40
{% else -%}
41
{% set parsed_version = version_installed.split('-')[0].replace('v', '').split('.') | map('int') | list -%}
42
## ChangeLog
43
-{% if true -%}
44
-### _Next (dev)_
+{% if parsed_version < [1, 6, 2] -%}
+### Version 1.6.2
45
46
* 🐛 **[bugfix]** fix: appdaemon 4.5.2 does not fix sync/async for `get_plugin_config` (#177)
47
* 🐛 **[bugfix]** fix: handle appdaemon async issue for both container and plugin
0 commit comments