From 9b6418810df5a49f30394fa4b556e47a9d00f1f6 Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Fri, 10 Jun 2022 18:15:55 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baeb3a..c1b90c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Revision history for Arion -## Next +## Next 2.x + +### BREAKING + +* The NixOS module now sets the default project name +* The NixOS module now sets the default network name to the project name (commonly referred to as `` in the option path) +* The `project.name` option is now mandatory for projects that aren't deployed with the NixOS module. ### Removed @@ -10,7 +16,6 @@ ### Changed * Healthcheck-based dependencies in `service.depends_on`. -* The `project.name` option is now mandatory. ### Added