diff --git a/async-dns/CHANGELOG.md b/async-dns/CHANGELOG.md new file mode 100644 index 0000000..60ee37b --- /dev/null +++ b/async-dns/CHANGELOG.md @@ -0,0 +1,4 @@ +## v0.1.1 + +- Update dependencies. +- Fix a bug in the Windows implementation. diff --git a/async-dns/Cargo.toml b/async-dns/Cargo.toml index e9abdbf..23597fb 100644 --- a/async-dns/Cargo.toml +++ b/async-dns/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "async-dns" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["John Nunley "] description = "A simple async DNS resolver"