diff --git a/CHANGELOG.md b/CHANGELOG.md index ad1ac3f..de30976 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.2](https://github.com/PurpleBooth/readable-name-generator/compare/cbae106f3a67bc5dbc1f67170bbde67414de4741..v4.1.2) - 2024-08-29 +#### Bug Fixes +- test deploy - ([cbae106](https://github.com/PurpleBooth/readable-name-generator/commit/cbae106f3a67bc5dbc1f67170bbde67414de4741)) - Billie Thompson + +- - - + ## [v4.1.1](https://github.com/PurpleBooth/readable-name-generator/compare/bbccdef324b2003c2428b92c7661d32324c083ee..v4.1.1) - 2024-08-29 #### Bug Fixes - test deploy - ([b54aaea](https://github.com/PurpleBooth/readable-name-generator/commit/b54aaea81b5b9b03d5624eb94fe1807456dfcabf)) - Billie Thompson diff --git a/Cargo.lock b/Cargo.lock index 8def768..d556e95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -354,7 +354,7 @@ dependencies = [ [[package]] name = "readable-name-generator" -version = "4.1.1" +version = "4.1.2" dependencies = [ "anarchist-readable-name-generator-lib", "clap", diff --git a/Cargo.toml b/Cargo.toml index 1e2ae2e..c1b0f6c 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.1" +version = "4.1.2" edition = "2021" license = "CC0-1.0" repository = "https://github.com/PurpleBooth/anarchist-readable-name-generator-lib.git"