diff --git a/Changelog.md b/Changelog.md
index 86253a531180bf9ea3937e9a761888cb955a2219..41ce9747c336e259e27b616b646f1c00ec25941d 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.7] - 2024-04-03
+- GAP Ansible collection version is pinned to 1.0.59
 ## [1.7] - 2024-03-28
 - GAP Ansible collection version is pinned to 1.0.58
 - Update `ncclient` to 0.6.15
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index 51be3a6654278c9656efe25f31720125bca29900..a4597827aabe6007f1f878abe701b818005e6e78 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.58
+    version: 1.0.59
 roles:
   - Juniper.junos
diff --git a/setup.py b/setup.py
index 61c48bbf53736d9ce3fb1d6d04ae017a95b841b8..57bc025cc20ec6ec43a63774d21ff0d120cc2309 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="goat-lso",
-    version="1.7",
+    version="1.8",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",