diff --git a/CHANGELOG.md b/CHANGELOG.md index e7af6e9..5240854 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.11.5 - 2024-08-16 +#### Bug Fixes +- **(deps)** bump clap from 4.5.15 to 4.5.16 - (de41a27) - dependabot[bot] +#### Build system +- Update the description in the homebrew repo - (4ddcaee) - Billie Thompson + +- - - + ## v0.11.4 - 2024-08-11 #### Bug Fixes - **(deps)** update rust crate clap to v4.5.15 - (fbb093a) - renovate[bot] diff --git a/Cargo.lock b/Cargo.lock index 016bf5f..976e925 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1071,7 +1071,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.11.4" +version = "0.11.5" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index 795101e..9394e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.11.4" +version = "0.11.5" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"