diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a87fe8cb05f35f1a2ee04efd29025ec935cfc0d..127e5b42b52643178c584dab374804e9a5a12947 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+### 15.1.5 Update boolean directive of command.
+* decc652 -- [CI/CD] Update packages.json version based on GitLab tag.
+* eeab923 -- Merge branch 'forbidden-commands-integration' into 'master'
+* 7bff18b -- Forbidden commands integration
 ### 15.1.4 Fix behavior subject for forbidden commands.
 * 53fd1e4 -- [CI/CD] Update packages.json version based on GitLab tag.
 * 685b5d9 -- Merge branch 'forbidden-commands-integration' into 'master'
diff --git a/projects/kypo-command-visualizations/package.json b/projects/kypo-command-visualizations/package.json
index c7121f1713e1ed64ef3349adc9073a2f1b364303..7889abb877a614420c1ffd949f20c2f32ab63575 100644
--- a/projects/kypo-command-visualizations/package.json
+++ b/projects/kypo-command-visualizations/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@muni-kypo-crp/command-visualizations",
-  "version": "15.1.4",
+  "version": "15.1.5",
   "peerDependencies": {
     "@angular/common": "~14.0.3",
     "@angular/core": "~14.0.3",