diff --git a/guacamole/CHANGELOG.md b/guacamole/CHANGELOG.md index 6bc7a8a70..896f5c3e3 100644 --- a/guacamole/CHANGELOG.md +++ b/guacamole/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 1.5.1-pg15 (27-05-2023) +- Update to latest version from abesnier/guacamole ### 1.5.1-2 (04-05-2023) - Minor bugs fixed diff --git a/guacamole/config.json b/guacamole/config.json index 7ea488e14..be37434a8 100644 --- a/guacamole/config.json +++ b/guacamole/config.json @@ -74,6 +74,6 @@ }, "slug": "guacamole", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.5.1-2", + "version": "1.5.1-pg15", "video": true } diff --git a/guacamole/updater.json b/guacamole/updater.json index d8744f830..556af0555 100644 --- a/guacamole/updater.json +++ b/guacamole/updater.json @@ -1,8 +1,8 @@ { - "last_update": "23-04-2023", + "last_update": "27-05-2023", "repository": "alexbelgium/hassio-addons", "slug": "guacamole", "source": "dockerhub", "upstream_repo": "abesnier/guacamole", - "upstream_version": "1.5.1-pg14" + "upstream_version": "1.5.1-pg15" }