diff --git a/CHANGELOG.md b/CHANGELOG.md index f489e9c02..3209963a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## 0.13.3 (2017-12-18) + + +#### Bug Fixes + +* **for:** Re-enable support for object.access ([cc9998b5](https://github.com/cobalt-org/liquid-rust/commit/cc9998b55a225941fc5d402f414c32abf64c4500)) + + + ## 0.13.2 (2017-12-18) diff --git a/Cargo.toml b/Cargo.toml index c9d22fb98..2d2f948d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "liquid" -version = "0.13.2" +version = "0.13.3" authors = ["Johann Hofmann "] description = "The liquid templating language for Rust" repository = "https://github.com/cobalt-org/liquid-rust"