summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-07-22 20:41:46 +0200
committersils <sils@sils.li>2023-07-22 20:41:46 +0200
commita98f69239e829b20ad0aadc83d19e171472c1206 (patch)
tree6b507c93bf1295d8d6f4b8fa9e3e6c3933dcabbb
parentFix(system/services/matrix): Change registration_shared_secret_path to (diff)
downloadnixos-server-a98f69239e829b20ad0aadc83d19e171472c1206.tar.gz
nixos-server-a98f69239e829b20ad0aadc83d19e171472c1206.zip
chore(version): v0.4.0 v0.4.0
-rw-r--r--CHANGELOG.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1827e42..7fb6ec1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,27 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.4.0 - 2023-07-22
+#### Bug Fixes
+- **(system/services/matrix)** Change registration_shared_secret_path to - (14b09a3) - sils
+- **(system/services/matrix)** Add registration_shared_secret to register - (2b9502d) - sils
+- **(system/services/matrix)** Move persisting files ctrl to impermanence - (3982b3d) - Soispha
+- **(system/services/matrix)** Fix extra " =" in locations path - (091af41) - Soispha
+#### Build system
+- **(flake)** Update - (673a2ec) - Soispha
+#### Features
+- **(.editorconfig)** Add the configuration for all files - (96aea47) - Soispha
+- **(system)** Add matrix-synapse - (b59b25f) - sils
+- **(system/secrets)** Add matrix-synapse_registration_shared_secret - (3cf90fc) - sils
+- **(system/services)** Add matrix synapse - (50d5091) - sils
+#### Miscellaneous Chores
+- **(system/secrets)** Rekey to support new public key - (8c8ead4) - Soispha
+- **(system/secrets)** Add sils' public key - (e65c5ff) - sils
+#### Style
+- **(treewide)** Format after removing vim lines - (20a566f) - Soispha
+
+- - -
+
 ## v0.3.0 - 2023-07-10
 #### Bug Fixes
 - **(host/server1)** Use working path to disk - (26b6c91) - Soispha