diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3520bb4..721eab4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+# [0.13.0-alpha.23](https://github.com/nicolasdao/webfunc/compare/v0.13.0-alpha.22...v0.13.0-alpha.23) (2018-01-28)
+
+
+### Features
+
+* Add more debug messages ([c54d1d0](https://github.com/nicolasdao/webfunc/commit/c54d1d0))
+
+
+
# [0.13.0-alpha.22](https://github.com/nicolasdao/webfunc/compare/v0.13.0-alpha.21...v0.13.0-alpha.22) (2018-01-28)
diff --git a/package.json b/package.json
index 9c20930..568e8c9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "webfunc",
- "version": "0.13.0-alpha.22",
+ "version": "0.13.0-alpha.23",
"description": "Lightweight HTTP handler for Google Cloud Functions. It supports CORS and also assists in initialization of web app projects hosted on Google Cloud Functions.",
"contributors": [
"Nicolas Dao (https://neap.co/)"