diff --git a/CHANGELOG.md b/CHANGELOG.md
index af37f6979..f489e9c02 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+## 0.13.2 (2017-12-18)
+
+
+#### Features
+
+* **api:** Add missing traits ([e0f82705](https://github.com/cobalt-org/liquid-rust/commit/e0f82705e25e7ff40d246749e7d8b0da04637813))
+
+#### Bug Fixes
+
+* **nil:** Equality logic missed a case ([111d10a6](https://github.com/cobalt-org/liquid-rust/commit/111d10a695eaf8d906c77569aac627042d52f8eb))
+
+
+
## 0.13.1 (2017-12-17)
diff --git a/Cargo.toml b/Cargo.toml
index b75d9b2e1..c9d22fb98 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "liquid"
-version = "0.13.0"
+version = "0.13.2"
authors = ["Johann Hofmann "]
description = "The liquid templating language for Rust"
repository = "https://github.com/cobalt-org/liquid-rust"