diff options
-rw-r--r-- | CHANGELOG.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b41f38..a90b456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.15.0 - 2023-10-13 +#### Bug Fixes +- **(system/services/mastodon)** remove unneccessary stringcasts - (cfdd2e3) - sils +- **(system/services/mastodon)** change string to list of string - (478437b) - sils +- **(system/services/mastodon)** add nginx to group 'mastodon' - (1ddfb65) - sils +- **(system/services/mastodon)** allow registration only with vhack.eu/sils.li mail - (bd82494) - sils +- **(system/services/mastodon)** separate domains for user handles and webinterface - (cb49aa5) - sils +- **(system/services/mastodon)** correct age secret path - (b8f786b) - sils +#### Build system +- **(flake)** update - (d4fbb49) - sils +#### Features +- **(system/services)** actually import mastodon - (927fc16) - sils +- **(treewide)** add mastodon - (631e9c0) - sils + +- - - + ## v0.14.0 - 2023-10-11 #### Features - **(system/services/nix)** add wheel group to trusted-users - (52ae495) - sils |