diff --git a/CHANGELOG.md b/CHANGELOG.md index 5240854..9000145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.11.6 - 2024-08-19 +#### Bug Fixes +- **(deps)** update rust crate tokio to v1.39.3 - (9822dc2) - renovate[bot] + +- - - + ## v0.11.5 - 2024-08-16 #### Bug Fixes - **(deps)** bump clap from 4.5.15 to 4.5.16 - (de41a27) - dependabot[bot] diff --git a/Cargo.lock b/Cargo.lock index be5ecd4..39898fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,7 +1071,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.11.5" +version = "0.11.6" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 9394e7f..77d013b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.11.5" +version = "0.11.6" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"