From 883a79b1539851a04942de50ba5ae51b8889f469 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342.local>
Date: Tue, 25 Jun 2024 17:21:25 +0100
Subject: [PATCH] v1.0.76

---
 geant/gap_ansible/CHANGELOG.md | 2 ++
 geant/gap_ansible/galaxy.yml   | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 0e163758..22a15167 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,6 @@
 # GAP Ansible changelog
+1.0.76:
+- fixes in `iptrunk_migration` role (BFD, min-links, corrected interface descriptions)
 1.0.75:
 - fixes in `iptrunk_twamp` role (calculate description string)
 1.0.74:
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 755e0fc2..fc229148 100644
--- a/geant/gap_ansible/galaxy.yml
+++ b/geant/gap_ansible/galaxy.yml
@@ -8,7 +8,7 @@ namespace: geant
 name: gap_ansible
 
 # The version of the collection. Must be compatible with semantic versioning
-version: 1.0.75
+version: 1.0.76
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab