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