diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2c889..2852b38 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.13.1 - 2024-08-29 +#### Bug Fixes +- test deploy - (19e55c7) - Billie Thompson + +- - - + ## v0.13.0 - 2024-08-29 #### Continuous Integration - Add contents read permission to docker - (6e2d7f4) - Billie Thompson diff --git a/Cargo.lock b/Cargo.lock index c52bbf7..fd02eee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.13.0" +version = "0.13.1" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index d3d5fc0..09438a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.13.0" +version = "0.13.1" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"