diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9635567ef2..7e072ab617 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## 0.0.15 (2021-01-20)
+
+* implements #29 ([a42a241](https://github.com/pyroscope-io/pyroscope/commit/a42a241)), closes [#29](https://github.com/pyroscope-io/pyroscope/issues/29)
+* new logo ([a22b529](https://github.com/pyroscope-io/pyroscope/commit/a22b529))
+* Update README.md ([fa51d9d](https://github.com/pyroscope-io/pyroscope/commit/fa51d9d))
+
+
+
## 0.0.14 (2021-01-19)
* fixes a bug where pyroscope thinks a spy is not supported when it is ([0a9da1c](https://github.com/pyroscope-io/pyroscope/commit/0a9da1c))
diff --git a/package.json b/package.json
index 254d257dce..e2c47fec8b 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"author": "Pyroscope Team",
"private": true,
"name": "pyroscope",
- "version": "0.0.14",
+ "version": "0.0.15",
"repository": {
"type": "git",
"url": "https://github.com/pyroscope-io/pyroscope.git"