From 5c5bbeaada05403a348dc41b27e6e3ad456f5618 Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Fri, 8 Nov 2024 16:09:45 +0000
Subject: [PATCH] v1.1.13

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

diff --git a/geant/gap_ansible/CHANGELOG.md b/geant/gap_ansible/CHANGELOG.md
index 6245aa5c..b4eeaccb 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,7 @@
 # GAP Ansible changelog
+1.1.13 2024-11-08
+- Removed ISIS overload step from `promote_p_to_pe` role.
+
 1.1.12 2024-10-30
 - Updates to `bgp_base` template (added `local-as` parameter)
 - Updates to `general` base-config template (strict `redundancy` config)
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 7f3e1e6b..e6e635e8 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.12
+version: 1.1.13
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab