diff --git a/CHANGELOG.md b/CHANGELOG.md index bf72f22..e3b2b4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file -## Unreleased +## 0.2.2 - 2024-05-06 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 08c7cba..c9ce200 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "generic_parameterize" -version = "0.2.1" +version = "0.2.2" repository = "https://github.com/drewcassidy/generic-parameterize" authors = ["Andrew Cassidy "] description = "A test parameterization macro that works on generic arguments"