diff --git a/CHANGELOG.md b/CHANGELOG.md index e0384e2..fb0fd7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### v0.6.1 - 2023-12-19 + +Minor updates to dependencies to reduce the amount of compression libraries we dynamically link. + + ### v0.6.0 - 2023-10-31 ### 🎁 Features diff --git a/Cargo.toml b/Cargo.toml index e6e6fdb..5887be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "axoasset" description = ">o_o<" -version = "0.6.0" +version = "0.6.1" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/axoasset"