From 704dc4768963fad70209f1e084a752ea793cba3f Mon Sep 17 00:00:00 2001
From: Karel van Klink <karel.vanklink@geant.org>
Date: Wed, 23 Apr 2025 13:15:55 +0000
Subject: [PATCH] Highlight major versions in changelog

---
 Changelog.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Changelog.md b/Changelog.md
index 46d4965bf..d490a8bfe 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,6 +1,6 @@
 # Changelog
 
-## [3.0] - 2025-04-23
+# [3.0] - 2025-04-23
 - Breaking change: reworked all the Layer 3 Core services, splitting them up into separate product types.
 - Allow for creating an Edge Port on a Juniper router.
 - Add IAS flavour as an attribute to the IAS product.
@@ -238,7 +238,7 @@
 ## [2.1] - 2024-06-17
 - Fixed tiny bugs in migrate IP trunk.
 
-## [2.0] - 2024-05-23
+# [2.0] - 2024-05-23
 - Upgraded `orchestrator-core` to version 2!
 - Added Opengear products.
 - Added separate imported product types for importing existing subscriptions.
@@ -263,7 +263,7 @@
 - Fixed the AttributeError in the migrate_iptrunk workflow.
 - Improved the delete device in Netbox functionality.
 
-## [1.0] - 2024-03-28
+# [1.0] - 2024-03-28
 - PHASE 1 initial release
 
 ## [0.9] - 2024-03-20
-- 
GitLab