diff --git a/CHANGELOG.md b/CHANGELOG.md
index b7c63bf2b3..3f573b1e98 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## 0.0.31 (2021-05-17)
+
+* Add roadmap to readme ([5372d78](https://github.com/pyroscope-io/pyroscope/commit/5372d78))
+* added chinese translation for storage-design (#180) ([fbeb788](https://github.com/pyroscope-io/pyroscope/commit/fbeb788)), closes [#180](https://github.com/pyroscope-io/pyroscope/issues/180)
+* Adds PHP support via phpspy (#157) ([16f2bff](https://github.com/pyroscope-io/pyroscope/commit/16f2bff)), closes [#157](https://github.com/pyroscope-io/pyroscope/issues/157)
+* Cleans up pkg/storage/segment and global state (#183) ([fc51463](https://github.com/pyroscope-io/pyroscope/commit/fc51463)), closes [#183](https://github.com/pyroscope-io/pyroscope/issues/183)
+* deletes an old unused script ([a91d465](https://github.com/pyroscope-io/pyroscope/commit/a91d465))
+* Resolves #165 - implemented out of space check (#174) ([3628793](https://github.com/pyroscope-io/pyroscope/commit/3628793)), closes [#165](https://github.com/pyroscope-io/pyroscope/issues/165) [#174](https://github.com/pyroscope-io/pyroscope/issues/174)
+* Update storage-design.md ([f2b83ae](https://github.com/pyroscope-io/pyroscope/commit/f2b83ae))
+* updates contributors ([81148ef](https://github.com/pyroscope-io/pyroscope/commit/81148ef))
+
+
+
## 0.0.30 (2021-04-26)
* adds buildx as a builder ([6234773](https://github.com/pyroscope-io/pyroscope/commit/6234773))
diff --git a/package.json b/package.json
index bf4c5cd24b..dc50689df8 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"author": "Pyroscope Team",
"private": true,
"name": "pyroscope",
- "version": "0.0.30",
+ "version": "0.0.31",
"repository": {
"type": "git",
"url": "https://github.com/pyroscope-io/pyroscope.git"