summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-03 16:33:04 +0200
committerSoispha <soispha@vhack.eu>2023-10-03 16:33:04 +0200
commit7da6e60b4006edec97440769ecf94157910c2eff (patch)
treede876cfcfdf1b496878320fa9e2343aa84116497
parentfix(system/services/miniflux): Reduce password length (diff)
downloadnixos-server-7da6e60b4006edec97440769ecf94157910c2eff.tar.gz
nixos-server-7da6e60b4006edec97440769ecf94157910c2eff.zip
chore(version): v0.11.0 v0.11.0
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 381d82d..a7c5132 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,15 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.11.0 - 2023-10-03
+#### Bug Fixes
+- **(system/services/miniflux)** Reduce password length - (ca1e354) - Soispha
+- **(system/services/miniflux)** Correctly specify secret path - (b4944b1) - Soispha
+#### Features
+- **(system/services/miniflux)** Init - (932c45d) - Soispha
+
+- - -
+
 ## v0.10.0 - 2023-10-02
 #### Bug Fixes
 - **(system/services/nginx)** Update hosts - (2aa1c16) - Soispha