diff --git a/CHANGELOG.md b/CHANGELOG.md index ff6e19f..150a656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.4](https://github.com/pabrahamsson/dns-record-update/compare/v0.4.3...v0.4.4) (2023-03-18) + + +### Bug Fixes + +* Remove chrono dependency ([eb33808](https://github.com/pabrahamsson/dns-record-update/commit/eb33808df04c55bc97f7251e90a39a9156f577bd)) + ## [0.4.3](https://github.com/pabrahamsson/dns-record-update/compare/v0.4.2...v0.4.3) (2023-01-14) diff --git a/Cargo.lock b/Cargo.lock index e516dca..43217db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,7 +283,7 @@ dependencies = [ [[package]] name = "dns-record-update" -version = "0.4.3" +version = "0.4.4" dependencies = [ "env_logger", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index e2f6459..18fb907 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dns-record-update" -version = "0.4.3" +version = "0.4.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html