diff --git a/Changelog.md b/Changelog.md
index 6e87917c56c453e97b5924e3a1f48a938438a422..f6c935e149b076efc12ed0f5cab88c8264edd94f 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.2] - 2024-02-09
+Pinned to the latest GAP Ansible collection version 1.0.47
 ## [1.1] - 2024-02-09
 GEANT GAP Ansible collection is with version in galaxy requirements.
 ## [1.0] - 2024-01-03
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index 3e784307c1a966995e486fcb2f5c739f4cb06ad1..b7ceeb29174972184488e1a1560070a01b7853ad 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.46
+    version: 1.0.47
 roles:
   - Juniper.junos
diff --git a/setup.py b/setup.py
index 54c33252b69511b940154102a72d8add4f71cd5f..69c9c42a860a4d3b9906f9b0e31560e1a02de350 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name="goat-lso",
-    version="1.1",
+    version="1.2",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",