diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index ba39fe4..7c659fc 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,3 +1,6 @@ + # 1.76.6 + - Update tailscale to 1.76.6 + # 1.76.1 - Update tailscale to 1.76.1 diff --git a/tailscale/build.json b/tailscale/build.json index d9f59e8..2bf9beb 100644 --- a/tailscale/build.json +++ b/tailscale/build.json @@ -1,5 +1,5 @@ { "args": { - "TAILSCALE_VERSION": "1.76.1" + "TAILSCALE_VERSION": "1.76.6" } } diff --git a/tailscale/config.json b/tailscale/config.json index ba594d4..80890ac 100644 --- a/tailscale/config.json +++ b/tailscale/config.json @@ -1,7 +1,7 @@ { "image": "pschmitt/home-assistant-addon-{arch}-tailscale", "name": "Tailscale", - "version": "1.76.1", + "version": "1.76.6", "slug": "tailscale", "description": "Best VPN Service for Secure Networks", "url": "https://github.com/pschmitt/home-assistant-addons/tree/master/tailscale",