From 7074474882e1ffde5434d060feceaa27b1559958 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <aleksandr.kurbatov@GL1342-AKURBATOV.local>
Date: Wed, 18 Sep 2024 18:01:05 +0100
Subject: [PATCH] v1.1.1

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index e86ecabc..47d78152 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,8 @@
 # GAP Ansible changelog
+1.1.1:
+- `base_config` role reworked to allow P or PE config and SR2se routers.
+- templates from `base_config` role moved to a separate `bc_templates` folder.
+- `promote_p_to_pe` role reworked to use the common `bc_templates` folder.
 1.1.0:
 - Added role `promote_p_to_pe`.
 - Updates to `ibgp_update` related to the `promote_p_to_pe`.
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index f81a0d03..3afb355c 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.0
+version: 1.1.1
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab