diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31d35f4..0f6a86c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,17 @@
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.4.0](https://github.com/graasp/graasp-cli/compare/v0.3.0...v0.4.0) (2019-05-16)
+
+
+### Features
+
+* respect graaspignore file ([5d8197d](https://github.com/graasp/graasp-cli/commit/5d8197d)), closes [#25](https://github.com/graasp/graasp-cli/issues/25)
+* write title of app/lab in readme ([a6773e1](https://github.com/graasp/graasp-cli/commit/a6773e1)), closes [#26](https://github.com/graasp/graasp-cli/issues/26)
+
+
+
# [0.3.0](https://github.com/graasp/graasp-cli/compare/v0.2.0...v0.3.0) (2019-02-08)
diff --git a/package.json b/package.json
index d45880a..e85fd4c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@graasp/cli",
- "version": "0.3.0",
+ "version": "0.4.0",
"author": "Juan Carlos Farah",
"description": "A CLI to create apps and labs for the Graasp ecosystem.",
"main": "lib/index.js",