diff --git a/CHANGELOG.md b/CHANGELOG.md index fffc16f..ebaa4a9 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.7 - 2024-11-02 +#### Bug Fixes +- Add secrets for packaging - (093a051) - Billie Thompson + +- - - + ## v0.13.6 - 2024-11-01 #### Bug Fixes - release with packages - (d63ed9f) - Billie Thompson diff --git a/Cargo.lock b/Cargo.lock index a299370..4404bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1079,7 +1079,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" [[package]] name = "whatismyip" -version = "0.13.6" +version = "0.13.7" dependencies = [ "clap", "futures", diff --git a/Cargo.toml b/Cargo.toml index b052c0e..359852d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whatismyip" -version = "0.13.6" +version = "0.13.7" authors = ["Billie Thompson "] edition = "2018" license = "CC0-1.0"