From e91531ba0ed2a7d8c306b53522ebac24aa77dcec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 3 Feb 2024 11:57:58 +0100 Subject: [PATCH] release v0.1.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9d4a1..b22072f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.0] - 2024-02-03 + ### Added - Added hook support for system notifications. A hook can now either execute a shell command, send a system notification or both.