diff --git a/Changelog.md b/Changelog.md
index a51494c88ffcd0844a68d1ba13d127d8e03249c7..8df0c596eb2cc7fba69c20d9df75c8f4bf6e793b 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.15] - 2024-07-17
+- GAP Ansible collection version is pinned to 1.0.79
 ## [1.14] - 2024-04-18
 - GAP Ansible collection version is pinned to 1.0.74
 ## [1.13] - 2024-04-17
diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml
index feb94a71fae9120c011558fd875496f3f40e6752..7b769b2081fcf59fa334e7588eaf3f6f7ef10053 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.74
+    version: 1.0.79
 roles:
   - Juniper.junos
diff --git a/setup.py b/setup.py
index fa3c4db3bf81352b7171858216b34d417df49008..bf34cd436c364f09fb5a1a488f7615443595dbce 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import setup
 
 setup(
     name="goat-lso",
-    version="1.14",
+    version="1.15",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",