diff --git a/CHANGES.md b/CHANGES.md
index d2f5a3bdc9d29e035e26827e5d88beb512a24731..e002dcaa6dc2f94b1a6070d96af12487f89b644e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -2,6 +2,20 @@
 
 
 
+**VECTO v4.3.3 Official Release (03-03-2025)**
+
+
+- Bug Fixes
+
+    * CodeEU #950: Check if XML element is signed (#950) (vecto/vecto!314)
+    * CodeEU #954: NgTankSystem optional for HEV lorries MRF XSD (vecto/vecto!315)
+    * fix: monitoring report for dual fuel vehicles (vecto/vecto!318)
+    * fix: secure XML loading against external entity injection (vecto/vecto!319)
+    * fix: correct interim supercap reader type (vecto/vecto!320)
+    * fix: parameter IDs for XSDs v2.3 and v2.6 (vecto/vecto!322)
+
+
+
 **VECTO v4.3.2-RC (06-02-2025)**
 
 - Features
diff --git a/Directory.Build.props b/Directory.Build.props
index 58ba0ee8054ed2abc224ce85f6df0920a505d75a..c3b174e29b83f9f95893220e0a38a97ad3019345 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -16,7 +16,7 @@
     <Deterministic>true</Deterministic>
     <!-- Set to true for VectoCore to fix Ninject version conflicts-->
     <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
-    <Version>4.3.2</Version>
+    <Version>4.3.3</Version>
 	  <DefineTrace>false</DefineTrace>
     <DisableDiagnosticTracing>true</DisableDiagnosticTracing>
     <RemoveIntegerChecks>true</RemoveIntegerChecks>
diff --git a/Documentation/User Manual Source/Release Notes Vecto4.x.pdf b/Documentation/User Manual Source/Release Notes Vecto4.x.pdf
index 594c956154450eeb28474d14e34abdec0aa3d19f..c0e90587628612667dd1f2f2d689a7aee4efd10f 100644
Binary files a/Documentation/User Manual Source/Release Notes Vecto4.x.pdf and b/Documentation/User Manual Source/Release Notes Vecto4.x.pdf differ
diff --git a/Documentation/User Manual Source/ReleaseNotesMDs/ReleaseNotesVecto4x.md b/Documentation/User Manual Source/ReleaseNotesMDs/ReleaseNotesVecto4x.md
index 5dee5c63af92f805b82b3aac2e571d0fbb929c94..769a8d206a7e9e967c7a5b4eb1a6ee2562407a95 100644
--- a/Documentation/User Manual Source/ReleaseNotesMDs/ReleaseNotesVecto4x.md	
+++ b/Documentation/User Manual Source/ReleaseNotesMDs/ReleaseNotesVecto4x.md	
@@ -6,6 +6,26 @@
 
 
 
+# VECTO v4.3.3 Official Release (03-03-2025)
+
+
+## Bug Fixes
+
+- Check if XML element is signed (#950) (vecto/vecto!314)
+
+- NgTankSystem optional for HEV lorries MRF XSD (vecto/vecto!315)
+
+- fix: monitoring report for dual fuel vehicles (vecto/vecto!318)
+
+- fix: secure XML loading against external entity injection (vecto/vecto!319)
+
+- fix: correct interim supercap reader type (vecto/vecto!320)
+
+- fix: parameter IDs for XSDs v2.3 and v2.6 (vecto/vecto!322)
+
+
+
+
 # VECTO v4.3.2-RC (06-02-2025)
 
 ## Features
diff --git a/Documentation/User Manual Source/ReleaseNotesMDs/release_notes.md b/Documentation/User Manual Source/ReleaseNotesMDs/release_notes.md
index cc7c24318b73efb8a8d061cf7ab796bf890c7456..5d66ec565caa4e724d1393085e88821f28b0f9ee 100644
--- a/Documentation/User Manual Source/ReleaseNotesMDs/release_notes.md	
+++ b/Documentation/User Manual Source/ReleaseNotesMDs/release_notes.md	
@@ -1,18 +1,18 @@
 
-## VECTO v4.3.2-RC (06-02-2025)
+## VECTO v4.3.3 Official Release (03-03-2025)
 
-### Features
-
-- New battery and supercap readers (vecto/vecto!309)
 
 ### Bug Fixes
 
-- ATShiftStrategyOptimized - No UpshiftFomL if not locked (vecto/vecto!301)
+- Check if XML element is signed (#950) (vecto/vecto!314)
+
+- NgTankSystem optional for HEV lorries MRF XSD (vecto/vecto!315)
+
+- fix: monitoring report for dual fuel vehicles (vecto/vecto!318)
 
-- Forbid downshift to locked gear in APT-S if it generates direct upshift condition (vecto/vecto!307)
+- fix: secure XML loading against external entity injection (vecto/vecto!319)
 
-- Add condition to write BusAuxiliaries output data in vsum (vecto/vecto!306)
+- fix: correct interim supercap reader type (vecto/vecto!320)
 
-- Allow old XMLs for battery and supercap in development only (vecto/vecto!311)
+- fix: parameter IDs for XSDs v2.3 and v2.6 (vecto/vecto!322)
 
-- Correct binding for supercap input data class; use correct xml data type in xml component reader for supercap (vecto/vecto!310)
\ No newline at end of file
diff --git a/Documentation/User Manual/6-changelog/changelog.md b/Documentation/User Manual/6-changelog/changelog.md
index d2f5a3bdc9d29e035e26827e5d88beb512a24731..e002dcaa6dc2f94b1a6070d96af12487f89b644e 100644
--- a/Documentation/User Manual/6-changelog/changelog.md	
+++ b/Documentation/User Manual/6-changelog/changelog.md	
@@ -2,6 +2,20 @@
 
 
 
+**VECTO v4.3.3 Official Release (03-03-2025)**
+
+
+- Bug Fixes
+
+    * CodeEU #950: Check if XML element is signed (#950) (vecto/vecto!314)
+    * CodeEU #954: NgTankSystem optional for HEV lorries MRF XSD (vecto/vecto!315)
+    * fix: monitoring report for dual fuel vehicles (vecto/vecto!318)
+    * fix: secure XML loading against external entity injection (vecto/vecto!319)
+    * fix: correct interim supercap reader type (vecto/vecto!320)
+    * fix: parameter IDs for XSDs v2.3 and v2.6 (vecto/vecto!322)
+
+
+
 **VECTO v4.3.2-RC (06-02-2025)**
 
 - Features
diff --git a/Documentation/User Manual/help.html b/Documentation/User Manual/help.html
index 7321bdabbfba37f865de72a62a698c79eefd7625..85c6b51e1e8bc5e3543afd5005cf1498c59bd4ee 100644
--- a/Documentation/User Manual/help.html	
+++ b/Documentation/User Manual/help.html	
@@ -11000,6 +11000,21 @@ stored as LOG_backup.txt.</p>
 </section>
 <section id="changelog" class="level1">
 <h1>Changelog</h1>
+<p><strong>VECTO v4.3.3 Official Release (03-03-2025)</strong></p>
+<ul>
+<li><p>Bug Fixes</p>
+<ul>
+<li>CodeEU #950: Check if XML element is signed (#950)
+(vecto/vecto!314)</li>
+<li>CodeEU #954: NgTankSystem optional for HEV lorries MRF XSD
+(vecto/vecto!315)</li>
+<li>fix: monitoring report for dual fuel vehicles (vecto/vecto!318)</li>
+<li>fix: secure XML loading against external entity injection
+(vecto/vecto!319)</li>
+<li>fix: correct interim supercap reader type (vecto/vecto!320)</li>
+<li>fix: parameter IDs for XSDs v2.3 and v2.6 (vecto/vecto!322)</li>
+</ul></li>
+</ul>
 <p><strong>VECTO v4.3.2-RC (06-02-2025)</strong></p>
 <ul>
 <li><p>Features</p>