summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-02 18:25:52 +0200
committerSoispha <soispha@vhack.eu>2023-10-02 18:25:52 +0200
commit5eda6811be4b66b1057b6cb8c5f67c1259be267f (patch)
tree89aae19b0ba8df03fc50f0b68d328969366e7653
parentfix(system/services/taskserver): Use strict certificate validation (diff)
downloadnixos-server-5eda6811be4b66b1057b6cb8c5f67c1259be267f.tar.gz
nixos-server-5eda6811be4b66b1057b6cb8c5f67c1259be267f.zip
chore(version): v0.10.0 v0.10.0
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c2c077..381d82d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.10.0 - 2023-10-02
+#### Bug Fixes
+- **(system/services/nginx)** Update hosts - (2aa1c16) - Soispha
+- **(system/services/taskserver)** Use strict certificate validation - (17f6a00) - Soispha
+- **(system/services/taskserver)** Specify domain to listen on - (18624e4) - Soispha
+#### Build system
+- **(flake)** Update - (327e8bf) - Soispha
+- **(flake)** update - (0a877a1) - sils
+- **(flake)** update - (ec43442) - sils
+- **(flake)** Update - (a4c1e69) - Soispha
+#### Features
+- **(system/services/taskserver)** Init - (cd75ff6) - Soispha
+
+- - -
+
 ## v0.9.0 - 2023-08-18
 #### Bug Fixes
 - **(system)** Binary substitution for debugging - (9685791) - sils