diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21124f0be96378a6a10fa71957e3cbb5ca573e28..83ea36a76653847d322949e827b3322fe36eddac 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,13 @@
 
 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.5.2](https://gitlab.univ-nantes.fr///compare/v0.5.1...v0.5.2) (2021-05-21)
+
+
+### Bug Fixes
+
+* regression that ignored -u and -id in project ([77ef890](https://gitlab.univ-nantes.fr///commit/77ef890b43d284db6b8740c794ff1b7c9c30582f))
+
 ### [0.5.1](https://gitlab.univ-nantes.fr///compare/v0.5.0...v0.5.1) (2021-05-20)
 
 
diff --git a/package-lock.json b/package-lock.json
index bd6d3052036110850149cb519c2ef21d6770b93c..ba53d4660e861e022079d593bdef82417034a3af 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "@evalassist/evalassist-cli",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index ab4e49b16bd53ccc417fd7140872b309bd1aa668..6bf95a7275d68acdb7c3215d724ea7b4da251da8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@evalassist/evalassist-cli",
-  "version": "0.5.1",
+  "version": "0.5.2",
   "author": "",
   "description": "Manage gitlab-based student projects.",
   "license": "ISC",
diff --git a/src/version b/src/version
index 5d4294b9120c5b004578efa6c4222c7d46106532..2411653a5008da93b0a5faf06e6edddff3082913 100644
--- a/src/version
+++ b/src/version
@@ -1 +1 @@
-0.5.1
\ No newline at end of file
+0.5.2
\ No newline at end of file