From cc3a5c50eb852a6e84ee42d1577f201baa5dbffd Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Thu, 16 Jan 2025 10:38:49 +0000
Subject: [PATCH] v1.1.29

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 9fbb657a..ad5020b7 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,10 @@
 # GAP Ansible changelog
+1.1.29 2025-01-16
+- Updates to edge_port role (interface descriptions)
+- Updates to sbp role (interface_description)
+- Updates to push_config role (neighbor descriptions)
+- Updates to policy_options role (generation of NREN communities)
+
 1.1.28 2025-01-15
 - Updated `vrf` role
 - Updates to:
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index f823ca38..d1832fb9 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.1.28
+version: 1.1.29
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab