diff options
author | sils <sils@sils.li> | 2023-07-22 20:41:46 +0200 |
---|---|---|
committer | sils <sils@sils.li> | 2023-07-22 20:41:46 +0200 |
commit | a98f69239e829b20ad0aadc83d19e171472c1206 (patch) | |
tree | 6b507c93bf1295d8d6f4b8fa9e3e6c3933dcabbb /CHANGELOG.md | |
parent | Fix(system/services/matrix): Change registration_shared_secret_path to (diff) | |
download | nixos-server-a98f69239e829b20ad0aadc83d19e171472c1206.tar.gz nixos-server-a98f69239e829b20ad0aadc83d19e171472c1206.zip |
chore(version): v0.4.0 v0.4.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 21 |
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 |