diff --git a/CHANGELOG.md b/CHANGELOG.md index bb6977e..ac990f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.1.4 + +- Added more documentation and examples. + +# v0.1.3 + +- Updated documentation. + # v0.1.2 - Removed union serialization support. diff --git a/Cargo.toml b/Cargo.toml index 4b130ec..b5a5c3d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "versionize_derive" -version = "0.1.3" +version = "0.1.4" license = "Apache-2.0" authors = ["Amazon Firecracker team "] description = "Implements the Versionize derive proc macro."