diff --git a/CHANGELOG.md b/CHANGELOG.md index b2905c8..a397eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ All notable changes to this project will be documented in this file. + ## [0.0.2] - 2024-07-06 ### ⚙️ Miscellaneous Tasks diff --git a/Cargo.toml b/Cargo.toml index bd27b08..c6861be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crab-net" -version = "0.0.2" +version = "0.0.3" edition = "2021" authors = ["Flavio Bizzarri "] license = "Apache-2.0"