diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf2c261bc..7beac8a81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,29 @@
# HEAD
+# 0.19.2 - 2016-11-21
+
+π This bugfixes are a good thing and have been detected since we use 2
+different Phenomic projects for our documentation website:
+one at the root, for the main documentation website and
+one under ``/themes/base/demo/`` which host the base theme as a demo.
+
+- π Fixed: Do not catch links that are not under the current base path
+(@MoOx)
+
+- π Fixed: Avoid catching unwanted ```` that can be children of a
+```` instance by cleaning up all links listeners on each
+```` updates.
+(@MoOx)
+
+- π Fixed: Phenomic ```` understand collection links without the base
+path.
+β οΈβ©One caveat is now you canβt use ```` to point to a path before the current
+project base path.
+This is probably and edge case, more than the case we are fixing here.
+We might revisit this issue when refactoring how collection is handled and
+rendered.
+(@MoOx)
+
# 0.19.1 - 2016-11-21
- π Fixed: static build does not write phenomic assets as if they were handled by react-helmet.
diff --git a/package.json b/package.json
index 7185515f9..ba6712144 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "phenomic",
- "version": "0.19.1",
+ "version": "0.19.2",
"description": "Modern website generator based on the React and Webpack ecosystem.",
"keywords": [
"react",