diff --git a/tracing-journald/CHANGELOG.md b/tracing-journald/CHANGELOG.md index 375530c7f..e1266365a 100644 --- a/tracing-journald/CHANGELOG.md +++ b/tracing-journald/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.2.2 (January 14, 2022) +### Added + +- Include a syslog identifier in log messages ([#1822]) +- Added `Layer::with_syslog_identifier` method to override the syslog identifier + ([#1822]) + +Thanks to @lunaryorn for contributing to this release! + +[#1822]: https://github.com/tokio-rs/tracing/pull/1822 + # 0.2.1 (December 29, 2021) This release improves how `tracing-journald` communicates with `journald`, diff --git a/tracing-journald/Cargo.toml b/tracing-journald/Cargo.toml index 24aa1404e..5c05fbd98 100644 --- a/tracing-journald/Cargo.toml +++ b/tracing-journald/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-journald" -version = "0.2.1" +version = "0.2.2" authors = ["Benjamin Saunders "] edition = "2018" license = "MIT"