diff options
author | Soispha <soispha@vhack.eu> | 2023-10-14 16:35:12 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-14 16:35:12 +0200 |
commit | e0908e5cc6d99233f1eb8c8a1c784b52e5b0ab55 (patch) | |
tree | 1651ba9d0835dfb31b617e1c22ef3bf31dee2c21 /CHANGELOG.md | |
parent | refactor(system/services/redirects): Move under the nginx directory (diff) | |
download | nixos-server-e0908e5cc6d99233f1eb8c8a1c784b52e5b0ab55.tar.gz nixos-server-e0908e5cc6d99233f1eb8c8a1c784b52e5b0ab55.zip |
chore(version): v0.16.0 v0.16.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 793f407..a531d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.16.0 - 2023-10-14 +#### Bug Fixes +- **(system/services/redirects)** disable ssl - (d7190a4) - sils +#### Features +- **(system/services/redirects)** Build up the base to comply with the AGPL - (062df4d) - Soispha +#### Refactoring +- **(system/services/redirects)** Move under the nginx directory - (c77d2f4) - Soispha + +- - - + ## v0.15.1 - 2023-10-14 #### Bug Fixes - **(system/services/mastodon)** Correctly avoid string casts - (925e993) - Soispha |