diff --git a/Cargo.toml b/Cargo.toml index b6f258c..8927d6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "naas" -version = "1.0.0" +version = "1.0.1" edition = "2021" license = "MIT" description = "No as a Service - A lightweight HTTP service that always says 'no'" diff --git a/debian/changelog b/debian/changelog index 6285def..9c81180 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +naas (1.0.1-1) unstable; urgency=medium + + * Add MIT License for maximum permissivity + * Fix Debian package systemd service installation conflict + * Update package metadata with license and repository information + * Improve README with license documentation + + -- Ole-Morten Duesund Sun, 29 Sep 2024 15:00:00 +0200 + naas (1.0.0-1) unstable; urgency=medium * Initial release of NaaS (No as a Service)