summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a531d2d..11a4db1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.17.0 - 2023-11-03
+#### Bug Fixes
+- **(system/services/taskserver)** Disable debug - (d39bcde) - Soispha
+- **(system/services/taskserver)** Activate debug - (838b709) - Soispha
+- **(system/services/taskserver)** Use correct key name (`key.pem`) - (a5fb492) - Soispha
+- **(system/services/taskserver)** Switch to strings instead of paths - (fe9c31f) - Soispha
+- **(system/services/taskserver)** Store the self-signed ca key in agenix - (dd9bfc3) - Soispha
+- **(system/services/taskserver)** declare certs/keys in pki.manual - (c74c8d7) - sils
+- **(system/services/taskserver)** Hide organisations - (257f965) - Soispha
+#### Build system
+- **(flake)** Remove language servers from the devshell - (dc958d9) - Soispha
+- **(flake)** Update - (0627140) - Soispha
+#### Features
+- **(system/services/taskserver)** Add a way to connect users together - (c60edf8) - Soispha
+- **(system/services/taskserver)** Integrate Let's Encrypt certificates - (1dd6f8d) - Soispha
+- **(system/services/taskserver)** change ca to letsencrypt - (14b6ee0) - sils
+
+- - -
+
 ## v0.16.0 - 2023-10-14
 #### Bug Fixes
 - **(system/services/redirects)** disable ssl - (d7190a4) - sils