about summary refs log tree commit diff stats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-16 08:52:15 +0200
committerSoispha <soispha@vhack.eu>2023-05-16 08:52:15 +0200
commit99a639364d1b40658c6e81827205b95a2f2d021b (patch)
tree59524ad15b8a5da5727074ed06d91c9318aa4d85 /CHANGELOG.md
parentDocs(todo): Update (diff)
downloadnixos-config-99a639364d1b40658c6e81827205b95a2f2d021b.tar.gz
nixos-config-99a639364d1b40658c6e81827205b95a2f2d021b.zip
chore(version): v1.2.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 495dd0b3..59c670a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,23 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.2.0 - 2023-05-16
+#### Bug Fixes
+- **(hm/conf/swaylock)** Use correct mapping from path to string - (df4b667) - Soispha
+- **(hm/pkgs)** Remove unused ones - (340566f) - Soispha
+- **(hosts/tiamat)** Remove outdated network config - (a2fa552) - Soispha
+- **(system/network)** Use correct names for group and user - (fb98f1b) - Soispha
+- **(system/network)** Set networks for netdev devices - (6f12ec1) - Soispha
+#### Build system
+- **(flake)** Update - (d7ad150) - Soispha
+- **(flake)** Update deps - (e8648b5) - Soispha
+#### Documentation
+- **(todo)** Update - (b170278) - Soispha
+#### Features
+- **(system/network)** Add a tap device and bridges - (ec02b31) - Soispha
+
+- - -
+
 ## v1.1.1 - 2023-05-13
 #### Bug Fixes
 - **(hm/conf/lf)** Add missing elements in Path to /run dir - (069a93c) - Soispha