From bb0698b18a08f334e3ac4ba8cb53338dbfa455a4 Mon Sep 17 00:00:00 2001
From: "ak@geant.org" <ak@geant.org>
Date: Thu, 21 Dec 2023 14:58:17 +0000
Subject: [PATCH] update to v1.0.13

---
 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 f1de9267..83a385d7 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,4 +1,6 @@
 # GAP Ansible changelog
+1.0.13:
+- Base-config cleanup
 1.0.12:
 - Changes to the base_config based on the NE feedback
     - SNMP Views
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index 2be7d49a..62d34a8f 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.12
+version: 1.0.13
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab