diff --git a/Changelog.md b/Changelog.md
index 229d20d8505c4c605a775ca5b64f646ad606f77c..c793cbd6583c398ede31fd2d8fda55c973c93e61 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,8 @@
 # Changelog
 
 All notable changes to this project will be documented in this file.
+## [1.6] - 2024-03-20
+GAP Ansible collection version is pinned to 1.0.55
 ## [1.5] - 2024-03-12
 GAP Ansible collection version is pinned to 1.0.51
 ## [1.4] - 2024-02-27
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index 1fa152fc7f681b7015379b225130b67d178b3030..3ae41c8fb9c868c66f1ed97ed35ba3be6a8091ff 100644
--- a/ansible-galaxy-requirements.yaml
+++ b/ansible-galaxy-requirements.yaml
@@ -3,6 +3,6 @@ collections:
   - juniper.device
   - junipernetworks.junos
   - name: geant.gap_ansible
-    version: 1.0.51
+    version: 1.0.55
 roles:
   - Juniper.junos
diff --git a/setup.py b/setup.py
index bac1abcfc2da501d3417ddbac11ee3ee28b2ac74..ead9d3f92c44ef24e82e5a288681970d03e531b4 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="goat-lso",
-    version="1.5",
+    version="1.6",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",