diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index bc66507..8008c0c 100755 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.1] - 2025-11-28 + +## Fixed +- Optional parameters in Addon Config. + + ## [0.6.0] - 2025-11-28 ### Added diff --git a/newt/config.yaml b/newt/config.yaml index c76adb6..cd68657 100755 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -2,7 +2,7 @@ name: "Newt - Pangolin Tunnels" description: "Secure remote access with Pangolin tunnels." maintainer: Alex Moras url: https://docs.fossorial.io -version: "0.6.0" +version: "0.6.1" slug: "newt" image: "ghcr.io/alexmoras/image-{arch}-hass-addon-newt" boot: auto @@ -18,9 +18,9 @@ options: id: null secret: null endpoint: null - dns: + dns: "" log-level: "INFO" - tls-client-cert: + tls-client-cert: "" docker: false schema: id: str