diff --git a/tracing-journald/CHANGELOG.md b/tracing-journald/CHANGELOG.md index e1266365a8..fad2769c3f 100644 --- a/tracing-journald/CHANGELOG.md +++ b/tracing-journald/CHANGELOG.md @@ -1,3 +1,18 @@ +# 0.2.3 (February 7, 2022) + +### Fixed + +- Fixed missing `memfd_create` with `glibc` versions < 2.25 ([#1912]) + +### Changed + +- Updated minimum supported Rust version to 1.49.0 ([#1913]) + +Thanks to @9999years for contributing to this release! + +[#1912]: https://github.com/tokio-rs/tracing/pull/1912 +[#1913]: https://github.com/tokio-rs/tracing/pull/1913 + # 0.2.2 (January 14, 2022) ### Added diff --git a/tracing-journald/Cargo.toml b/tracing-journald/Cargo.toml index b12c848dd0..fd67cc4392 100644 --- a/tracing-journald/Cargo.toml +++ b/tracing-journald/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-journald" -version = "0.2.2" +version = "0.2.3" authors = ["Benjamin Saunders "] edition = "2018" license = "MIT"