diff --git a/Changelog.md b/Changelog.md
index 305020832c344d8dcc4dc887d35f154aba065a90..252e0f5054c46d987b62644b47495d776f46dbf6 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.11] - 2024-05-21
+- GAP Ansible collection version is pinned to 1.0.71
 ## [1.10] - 2024-04-24
 - GAP Ansible collection version is pinned to 1.0.69
 ## [1.9] - 2024-04-22
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index 8b165f2397d93d5578ce7a9fe457e4cae0a4d54a..4d6558e3cd00462292238b42396b9e2f6313b6f1 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.69
+    version: 1.0.71
 roles:
   - Juniper.junos
diff --git a/setup.py b/setup.py
index 0ad91313e2f93666d05fa7b1644df70d6adf98ce..408e53de9a71b6ad90a2ebffb6fdea9929cfad73 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="goat-lso",
-    version="1.10",
+    version="1.11",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",