diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a5cf2b6..6114b2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.5.2](https://github.com/martinohmann/hcl-rs/compare/v0.5.1...v0.5.2) (2022-06-06) + + +### Bug Fixes + +* unescape strings while parsing ([#34](https://github.com/martinohmann/hcl-rs/issues/34)) ([6fcc332](https://github.com/martinohmann/hcl-rs/commit/6fcc332cbbba02f7dd0d405543a92829ffa57b08)) + ## [0.5.1](https://github.com/martinohmann/hcl-rs/compare/v0.5.0...v0.5.1) (2022-06-04) diff --git a/Cargo.toml b/Cargo.toml index 6cd2233f..fea7852e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hcl-rs" -version = "0.5.1" +version = "0.5.2" authors = ["Martin Ohmann "] license = "MIT" description = "An HCL deserializer"