diff --git a/CHANGELOG.md b/CHANGELOG.md index f973dc8..81f7e25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.4.2](https://github.com/InioX/matugen/compare/v2.4.1...v2.4.2) - 2024-11-21 + +### Other + +- *(readme)* improve discord link + ## [2.4.1](https://github.com/InioX/matugen/compare/v2.4.0...v2.4.1) - 2024-11-13 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 99b5f3f..a213eb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1218,7 +1218,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.4.1" +version = "2.4.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index a7b2d7f..ad15928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.4.1" +version = "2.4.2" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen"