diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f0ec1..3787e47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.4.3] - 2024-10-05 + +### Added + + - added `notify_with_fds` and `listen_fds_with_names`, for storing and retrieving file descriptors + ## [0.4.2] - 2024-07-03 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 9e39bfc..001b6bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sd-notify" -version = "0.4.2" +version = "0.4.3" edition = "2021" description = "Lightweight crate for systemd service state notifications" readme = "README.md"