From ec841f6f21a6cd2296af1c1ee919198feb9dd3cc Mon Sep 17 00:00:00 2001
From: Aleksandr Kurbatov <ak@geant.org>
Date: Tue, 27 May 2025 15:51:56 +0100
Subject: [PATCH] v1.1.74

---
 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 2a13b62..7b6013f 100644
--- a/geant/gap_ansible/CHANGELOG.md
+++ b/geant/gap_ansible/CHANGELOG.md
@@ -1,5 +1,9 @@
 # GAP Ansible changelog
 
+## 1.1.74 2025-05-27
+
+- `iptrunk`, `iptrunk_migration`: Print the final trunk version.
+
 ## 1.1.73 2025-05-27
 
 - `l2circuits`: bugfixes
diff --git a/geant/gap_ansible/galaxy.yml b/geant/gap_ansible/galaxy.yml
index fb92baf..95fb766 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.73
+version: 1.1.74
 
 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection
 readme: README.md
-- 
GitLab