summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libsyslog/CHANGELOG.md2
-rw-r--r--libsyslog/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/libsyslog/CHANGELOG.md b/libsyslog/CHANGELOG.md
index e5525b8..ab0b620 100644
--- a/libsyslog/CHANGELOG.md
+++ b/libsyslog/CHANGELOG.md
@@ -6,7 +6,7 @@ Git commit log for a more detailed view of the project history.
The format is based on [Keep a Changelog][keepachangelog] and this project
adheres to [Semantic Versioning][semver].
-## Unreleased
+## 0.1.1 - 2023-05-28
### Fixed
diff --git a/libsyslog/Cargo.toml b/libsyslog/Cargo.toml
index 7128827..6181f1b 100644
--- a/libsyslog/Cargo.toml
+++ b/libsyslog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libsyslog"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Rust `log` facade using system's native syslog"