diff --git a/CHANGELOG.md b/CHANGELOG.md index 907764b..a181d07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/emberist/mrburns/compare/v1.3.0...v1.3.1) (2024-06-26) + + +### Bug Fixes + +* wait to update to complete ([815cede](https://github.com/emberist/mrburns/commit/815cede9c9de1902716f18c79538c514c16fc1e7)) + ## [1.3.0](https://github.com/emberist/mrburns/compare/v1.2.0...v1.3.0) (2024-06-26) diff --git a/Cargo.lock b/Cargo.lock index c4d4cab..1aa0d02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -680,7 +680,7 @@ dependencies = [ [[package]] name = "mrburns" -version = "1.3.0" +version = "1.3.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 20c5839..45d21f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mrburns" -version = "1.3.0" +version = "1.3.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html