diff --git a/tailscale/CHANGELOG.md b/tailscale/CHANGELOG.md index c87b7e5..ba39fe4 100644 --- a/tailscale/CHANGELOG.md +++ b/tailscale/CHANGELOG.md @@ -1,3 +1,6 @@ + # 1.76.1 + - Update tailscale to 1.76.1 + # 1.76.0 - Update tailscale to 1.76.0 diff --git a/tailscale/build.json b/tailscale/build.json index d12b80a..d9f59e8 100644 --- a/tailscale/build.json +++ b/tailscale/build.json @@ -1,5 +1,5 @@ { "args": { - "TAILSCALE_VERSION": "1.76.0" + "TAILSCALE_VERSION": "1.76.1" } } diff --git a/tailscale/config.json b/tailscale/config.json index cb72da6..ba594d4 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.0", + "version": "1.76.1", "slug": "tailscale", "description": "Best VPN Service for Secure Networks", "url": "https://github.com/pschmitt/home-assistant-addons/tree/master/tailscale",