diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2dfc165b..e87f75eb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+## 0.15.1 (2019-01-24)
+
+
+#### Features
+
+* **publish:** Auto-prepend date ([95839ac5](https://github.com/cobalt-org/cobalt.rs/commit/95839ac51bfae82a7124b92d774de38088d500ca), closes [#562](https://github.com/cobalt-org/cobalt.rs/issues/562))
+
+#### Bug Fixes
+
+* **liquid:** Raw/comment improved ([fe795248](https://github.com/cobalt-org/cobalt.rs/commit/fe795248baad055f0f20640f82967c84ba2fd8d9))
+
+
+
## 0.15.0 (2018-12-28)
diff --git a/Cargo.toml b/Cargo.toml
index 90795db2..a7fe3dc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "cobalt-bin"
-version = "0.15.0"
+version = "0.15.1"
authors = ["Benny Klotz ", "Johann Hofmann "]
description = "Static site generator written in Rust"
repository = "https://github.com/cobalt-org/cobalt.rs"