diff --git a/Changelog.md b/Changelog.md
index 83d3ca2..d9e32fa 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,3 +1,20 @@
+1.5.0
+=====
+You can use tags with ids in your html to get custom headers and footers:
+```html
+
+
+
+
+
+...
+
+
+
+
+```
+
+
1.4.0
=====
- Add `httpHeaders` option.
diff --git a/package.json b/package.json
index 62f4e1b..b50bb42 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "html-pdf",
- "version": "1.4.0",
+ "version": "1.5.0",
"description": "HTML to PDF converter that uses phantomjs",
"main": "lib/index.js",
"directories": {