diff --git a/CHANGELOG.md b/CHANGELOG.md index a181d07..4726fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/emberist/mrburns/compare/v1.3.1...v1.4.0) (2024-06-26) + + +### Features + +* add description default template ([5439cbf](https://github.com/emberist/mrburns/commit/5439cbf11c3bf1ed5b944052f6c6e1a22972b0de)) + ## [1.3.1](https://github.com/emberist/mrburns/compare/v1.3.0...v1.3.1) (2024-06-26) diff --git a/Cargo.lock b/Cargo.lock index 1aa0d02..967b48b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "mrburns" -version = "1.3.1" +version = "1.4.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 45d21f0..19c25f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrburns" -version = "1.3.1" +version = "1.4.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html