diff --git a/Changelog.md b/Changelog.md index 5930101ab5fd24d81d0d18aca1d495db943da1e1..305020832c344d8dcc4dc887d35f154aba065a90 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.10] - 2024-04-24 +- GAP Ansible collection version is pinned to 1.0.69 ## [1.9] - 2024-04-22 - GAP Ansible collection version is pinned to 1.0.68 ## [1.8] - 2024-04-03 diff --git a/ansible-galaxy-requirements.yaml b/ansible-galaxy-requirements.yaml index 4900e8fc7a183031c520a34023d2942912502ffe..8b165f2397d93d5578ce7a9fe457e4cae0a4d54a 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.68 + version: 1.0.69 roles: - Juniper.junos diff --git a/setup.py b/setup.py index 22d6e42ef68a6ad7636a13a21c211e2dfd5009ee..0ad91313e2f93666d05fa7b1644df70d6adf98ce 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="goat-lso", - version="1.9", + version="1.10", author="GÉANT Orchestration & Automation Team", author_email="goat@geant.org", description="Lightweight Service Orchestrator",