diff --git a/CHANGELOG.md b/CHANGELOG.md
index a90aa95..ea79007 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,15 @@
+## 1.0.33 (2021-05-19)
+
+* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([012928b](https://github.com/simonecorsi/mawesome/commit/012928b))
+* build(deps): bump lodash from 4.17.20 to 4.17.21 ([1015179](https://github.com/simonecorsi/mawesome/commit/1015179))
+
+
+
## 1.0.32 (2021-01-22)
-* docs: added documentation ([5753aef](https://github.com/simonecorsi/mawesome/commit/5753aef))
* 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))
@@ -28,10 +36,3 @@
-## 1.0.28 (2021-01-16)
-
-* chore(release): v1.0.28 ([c805822](https://github.com/simonecorsi/mawesome/commit/c805822))
-* tests: added tests ([b8890fc](https://github.com/simonecorsi/mawesome/commit/b8890fc))
-
-
-
diff --git a/package.json b/package.json
index e9b69ac..e4db8a9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mawesome",
- "version": "1.0.32",
+ "version": "1.0.33",
"description": "Generate awesome list from user starred repositories",
"main": "index.js",
"author": "Simone Corsi",