diff --git a/CHANGELOG.md b/CHANGELOG.md index 372f210..83a6ace 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.12.2 - 2024-08-25 +#### Bug Fixes +- **(deps)** update rust crate tokio to 1.39.3 - (aeb27d5) - renovate[bot] + +- - - + ## v0.12.1 - 2024-08-24 #### Bug Fixes - **(deps)** update rust crate clap to 4.5.16 - (eb3ef8d) - renovate[bot] diff --git a/Cargo.lock b/Cargo.lock index 1e2ccd6..0a31c50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.12.1" +version = "0.12.2" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index da07159..513abec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.12.1" +version = "0.12.2" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"