diff --git a/CHANGELOG.md b/CHANGELOG.md index f0144eb..155de9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## v0.13.10 - 2024-12-04 +#### Bug Fixes +- **(deps)** update rust crate miette to v7.4.0 - (a57e95f) - renovate[bot] +- **(deps)** update rust crate tokio to v1.42.0 - (fed28e9) - renovate[bot] +- **(deps)** update rust crate local-ip-address to v0.6.3 - (e9ad1cc) - renovate[bot] + +- - - + ## v0.13.9 - 2024-12-04 #### Bug Fixes - **(deps)** update rust crate futures to v0.3.31 (#231) - (63408e5) - renovate[bot] diff --git a/Cargo.lock b/Cargo.lock index 14dac00..363cb65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1078,7 +1078,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.13.9" +version = "0.13.10" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 7228afa..5df7f37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.13.9" +version = "0.13.10" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"