about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 18:33:37 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-05-25 18:33:37 +0200
commite6f98a59ba901f5368bdd847cba97fecceef2d0a (patch)
tree205888be380a3e025669e601657d4eb3f30727d7
parentfix(pkgs/git-cm): Ensure that the command is correctly named (diff)
downloadnixos-config-e6f98a59ba901f5368bdd847cba97fecceef2d0a.tar.gz
nixos-config-e6f98a59ba901f5368bdd847cba97fecceef2d0a.zip
chore(version): v1.38.2
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a027f97..efc29655 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## v1.38.2 - 2024-05-25
+#### Bug Fixes
+- **(pkgs/git-cleanup)** Add `ssh` as a dependency - (a04a9b7) - Benedikt Peetz
+- **(pkgs/git-cm)** Ensure that the command is correctly named - (82ab27f) - Benedikt Peetz
+
+- - -
+
 ## v1.38.1 - 2024-05-25
 #### Bug Fixes
 - **(pkgs/yambar-{cpu,memory})** Specify correct mainProgram - (1742470) - Benedikt Peetz