diff --git a/CHANGELOG.md b/CHANGELOG.md
index c947bf9..ad16774 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
+## 1.0.37 (2021-06-23)
+
+* build(deps): bump glob-parent from 5.1.1 to 5.1.2 ([e558e07](https://github.com/simonecorsi/mawesome/commit/e558e07))
+* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([110a667](https://github.com/simonecorsi/mawesome/commit/110a667))
+* build(deps): bump normalize-url from 4.5.0 to 4.5.1 ([202d6fe](https://github.com/simonecorsi/mawesome/commit/202d6fe))
+
+
+
## 1.0.36 (2021-06-23)
+* chore(release): v1.0.36 ([9c0b622](https://github.com/simonecorsi/mawesome/commit/9c0b622))
* feat: saving json data for future use ([7ceb9cb](https://github.com/simonecorsi/mawesome/commit/7ceb9cb))
@@ -25,11 +34,3 @@
-## 1.0.32 (2021-01-22)
-
-* chore: removed unused npm packages ([3ad1555](https://github.com/simonecorsi/mawesome/commit/3ad1555))
-* chore(release): v1.0.32 ([fe15d93](https://github.com/simonecorsi/mawesome/commit/fe15d93))
-* docs: added documentation ([5753aef](https://github.com/simonecorsi/mawesome/commit/5753aef))
-
-
-
diff --git a/package.json b/package.json
index 52f78a3..1975775 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mawesome",
- "version": "1.0.36",
+ "version": "1.0.37",
"description": "Generate awesome list from user starred repositories",
"main": "index.js",
"author": "Simone Corsi",