diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b95cd4..9e36fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.2](https://github.com/pabrahamsson/dns-record-update/compare/v0.4.1...v0.4.2) (2023-01-13) + + +### Bug Fixes + +* Don't fetch rrset before update + error handling ([aadc345](https://github.com/pabrahamsson/dns-record-update/commit/aadc345bcd1a20646a15887b9c6f41a37e09316d)) + ## [0.4.1](https://github.com/pabrahamsson/dns-record-update/compare/v0.4.0...v0.4.1) (2023-01-11) diff --git a/Cargo.lock b/Cargo.lock index c3fdb1e..4f5c393 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,7 +285,7 @@ dependencies = [ [[package]] name = "dns-record-update" -version = "0.4.1" +version = "0.4.2" dependencies = [ "chrono", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 7eda66c..fe02a75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dns-record-update" -version = "0.4.1" +version = "0.4.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html