diff --git a/CHANGELOG.md b/CHANGELOG.md index cef9f75f..f1af6eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 2020/01/08: 0.5.1 - When a domain name resolves to multiple IP addresses tiny now tries connecting to the rest of the addresses when one fails (#144). diff --git a/Cargo.lock b/Cargo.lock index 6f5f448e..936ce8af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1220,7 +1220,7 @@ dependencies = [ [[package]] name = "tiny" -version = "0.5.0" +version = "0.5.1" dependencies = [ "dirs", "env_logger", diff --git a/tiny/Cargo.toml b/tiny/Cargo.toml index 9c714bcb..838f2f0a 100644 --- a/tiny/Cargo.toml +++ b/tiny/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tiny" -version = "0.5.0" +version = "0.5.1" authors = ["Ömer Sinan Ağacan "] repository = "https://github.com/osa1/tiny" readme = "README.md"