diff --git a/CHANGELOG.md b/CHANGELOG.md
index ebdc7045..278d5a53 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
All notable changes to GPULlama3.java will be documented in this file.
+## [0.3.3] - 2025-12-19
+
+
+
## [0.3.2] - 2025-12-18
### Model Support
diff --git a/CITATION.cff b/CITATION.cff
index d2983c80..7a378552 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -15,6 +15,6 @@ authors:
given-names: "Christos"
title: "GPULlama3.java"
license: MIT License
-version: 0.3.2
-date-released: 2025-12-18
+version: 0.3.3
+date-released: 2025-12-19
url: "https://github.com/beehive-lab/GPULlama3.java"
diff --git a/README.md b/README.md
index 9d4ea6ae..60229fcd 100644
--- a/README.md
+++ b/README.md
@@ -133,7 +133,7 @@ You can add **GPULlama3.java** directly to your Maven project by including the f
io.github.beehive-lab
gpu-llama3
- 0.3.2
+ 0.3.3
```
diff --git a/pom.xml b/pom.xml
index ebbcbeae..d61ecf3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.github.beehive-lab
gpu-llama3
- 0.3.2
+ 0.3.3
GPU Llama3
GPU-accelerated LLaMA3 inference using TornadoVM