diff --git a/debian/changelog b/debian/changelog index f93b076..867a8e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ipng-router-backup (1.0.2) stable; urgency=low + + * Add YAML !include directive support for configuration files + * Add docs/device-types.yaml example file to package + + -- Pim van Pelt Sun, 06 Jul 2025 12:25:00 +0100 + ipng-router-backup (1.0.1) stable; urgency=low * Add version information to help output diff --git a/src/main.go b/src/main.go index 585346a..771b498 100644 --- a/src/main.go +++ b/src/main.go @@ -19,7 +19,7 @@ import ( "gopkg.in/yaml.v2" ) -const Version = "1.0.1" +const Version = "1.0.2" // Config structures type Config struct {