diff --git a/newt/CHANGELOG.md b/newt/CHANGELOG.md index 4becff9..7e1ec49 100755 --- a/newt/CHANGELOG.md +++ b/newt/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [07.0 - 2025-12-13 + +### Changed +- Newt version bumped to 1.7.0 (thanks @phil-lipp), necessary for support on new versions of Pangolin. + ## [0.6.3] - 2025-11-28 ### Documentation diff --git a/newt/config.yaml b/newt/config.yaml index ff78da1..73857d7 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.3" +version: "0.7.0" slug: "newt" image: "ghcr.io/alexmoras/image-{arch}-hass-addon-newt" boot: auto @@ -29,4 +29,4 @@ schema: dns: str? log_level: list(DEBUG|INFO|NOTICE|WARN|ERROR)? tls_client_cert: str? - docker: bool? \ No newline at end of file + docker: bool?