diff --git a/CHANGELOG.md b/CHANGELOG.md index 0332fe9..a6bfad6 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. - - - +## [v4.1.18](https://github.com/PurpleBooth/readable-name-generator/compare/53ad97b927a62abc2ce64bf860a5075cbac4b5d2..v4.1.18) - 2024-11-01 +#### Bug Fixes +- release with binaries - ([53ad97b](https://github.com/PurpleBooth/readable-name-generator/commit/53ad97b927a62abc2ce64bf860a5075cbac4b5d2)) - Billie Thompson + +- - - + ## [v4.1.17](https://github.com/PurpleBooth/readable-name-generator/compare/8bd05124cdd5edd625c824eadf1888c64e51f588..v4.1.17) - 2024-11-01 #### Bug Fixes - Add needs release to relaese step - ([8bd0512](https://github.com/PurpleBooth/readable-name-generator/commit/8bd05124cdd5edd625c824eadf1888c64e51f588)) - Billie Thompson diff --git a/Cargo.lock b/Cargo.lock index ddcee33..bfc1dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "readable-name-generator" -version = "4.1.17" +version = "4.1.18" dependencies = [ "anarchist-readable-name-generator-lib", "clap", diff --git a/Cargo.toml b/Cargo.toml index 34714dd..ae744e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "readable-name-generator" description = "Generate a readable name for throwaway infrastructure" -version = "4.1.17" +version = "4.1.18" edition = "2021" license = "CC0-1.0" repository = "https://github.com/PurpleBooth/anarchist-readable-name-generator-lib.git"