summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-04 14:57:41 +0200
committersils <sils@sils.li>2023-08-04 14:57:41 +0200
commitc6e4151849662e3a4769a2d58c8d81e57d04e32d (patch)
tree920f5ad12a4ed34d78fab2693eba0e6edef09e60 /CHANGELOG.md
parentFix(system/users): declare nixremote as normal user (diff)
downloadnixos-server-c6e4151849662e3a4769a2d58c8d81e57d04e32d.tar.gz
nixos-server-c6e4151849662e3a4769a2d58c8d81e57d04e32d.zip
chore(version): v0.7.0 v0.7.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6aeb4a2..cc864f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,20 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v0.7.0 - 2023-08-04
+#### Bug Fixes
+- **(system/services/nix-sync)** Remove timeout on build - (dfb847a) - Soispha
+- **(system/services/nix-sync)** Rebase on pulls, to allow for force pushes - (8d9ef95) - Soispha
+- **(system/services/nix-sync)** Make the timer relative to the unit start - (18aa0c5) - Soispha
+- **(system/users)** declare nixremote as normal user - (e326476) - sils
+#### Build system
+- **(flake)** Update - (7e153ea) - Soispha
+#### Features
+- **(system/services/nginx/hosts)** Add another domain - (81bf112) - Soispha
+- **(system/users)** Add nixremote - (6e2578e) - sils
+
+- - -
+
 ## v0.6.0 - 2023-07-28
 #### Bug Fixes
 - **(treewide)** Use correct function argument specification - (8350b2e) - Soispha