diff --git a/Changelog.md b/Changelog.md
index f6c935e149b076efc12ed0f5cab88c8264edd94f..02788d5e1922fe33face971e52660bc0207a2828 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.3] - 2024-02-09
+Fixes to the GAP Ansible collection
 ## [1.2] - 2024-02-09
 Pinned to the latest GAP Ansible collection version 1.0.47
 ## [1.1] - 2024-02-09
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index b7ceeb29174972184488e1a1560070a01b7853ad..7e2145e9d4b19a5b7efbe53fff42e1c2127b4545 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.47
+    version: 1.0.48
 roles:
   - Juniper.junos
diff --git a/setup.py b/setup.py
index 69c9c42a860a4d3b9906f9b0e31560e1a02de350..ebc740532842ef45b44c8b14200b4b52586b218f 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name="goat-lso",
-    version="1.2",
+    version="1.3",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",