diff --git a/Changelog.md b/Changelog.md index 252e0f5054c46d987b62644b47495d776f46dbf6..c58d0d377128d4fc1524e3b0830ff5ff6c4ebfb2 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.12] - 2024-06-17 +- GAP Ansible collection version is pinned to 1.0.72 ## [1.11] - 2024-05-21 - GAP Ansible collection version is pinned to 1.0.71 ## [1.10] - 2024-04-24 diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml index 4d6558e3cd00462292238b42396b9e2f6313b6f1..4b97e1833cf23cfe6c69fd538392cbf7c5f5d1c3 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.71 + version: 1.0.72 roles: - Juniper.junos diff --git a/setup.py b/setup.py index 408e53de9a71b6ad90a2ebffb6fdea9929cfad73..060245b56e2fdb47263e01dbbe66b68dec780d43 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="goat-lso", - version="1.11", + version="1.12", author="GÉANT Orchestration & Automation Team", author_email="goat@geant.org", description="Lightweight Service Orchestrator",