summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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