diff --git a/CHANGELOG.md b/CHANGELOG.md index 09cf8e0..2f8eae4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## 2.4.0 - 2022-02-19 ### Changed * Switch from `chrono` to `time` (PR #11 by @ShellWowza) diff --git a/Cargo.toml b/Cargo.toml index 4b672d5..72877ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slog-bunyan" -version = "2.3.0" +version = "2.4.0" edition = "2018" authors = ["Dawid Ciężarkiewicz "] description = "Bunyan formatter for slog-rs"