diff --git a/CHANGELOG.md b/CHANGELOG.md index 6114b2fd..38c334e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/martinohmann/hcl-rs/compare/v0.5.2...v0.6.0) (2022-06-10) + + +### Features + +* add `hcl::body!` macro and others ([#36](https://github.com/martinohmann/hcl-rs/issues/36)) ([987f8fc](https://github.com/martinohmann/hcl-rs/commit/987f8fc01c33a9cfae8d41dd29aca85cad2a3f80)) + ## [0.5.2](https://github.com/martinohmann/hcl-rs/compare/v0.5.1...v0.5.2) (2022-06-06) diff --git a/Cargo.toml b/Cargo.toml index fea7852e..43e756f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hcl-rs" -version = "0.5.2" +version = "0.6.0" authors = ["Martin Ohmann "] license = "MIT" description = "An HCL deserializer"