diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9310f8b4..ebdc7045 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,18 @@
All notable changes to GPULlama3.java will be documented in this file.
+## [0.3.2] - 2025-12-18
+
+### Model Support
+
+- [models] Support for IBM Granite Models 3.2, 3.3 & 4.0 with FP16 and Q8 ([#92](https://github.com/beehive-lab/GPULlama3.java/pull/92))
+
+### Other Changes
+
+- [docs] Update docs to use SDKMAN! and point to TornadoVM 2.2.0 ([#93](https://github.com/beehive-lab/GPULlama3.java/pull/93))
+- Add JBang catalog and local usage examples to README.md ([#91](https://github.com/beehive-lab/GPULlama3.java/pull/91))
+- Add `jbang` script and configuration to make easy to run ([#90](https://github.com/beehive-lab/GPULlama3.java/pull/90))
+
## [0.3.1] - 2025-12-11
### Model Support
diff --git a/CITATION.cff b/CITATION.cff
index 4ef7b21d..d2983c80 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -15,6 +15,6 @@ authors:
given-names: "Christos"
title: "GPULlama3.java"
license: MIT License
-version: 0.3.1
-date-released: 2025-12-11
+version: 0.3.2
+date-released: 2025-12-18
url: "https://github.com/beehive-lab/GPULlama3.java"
diff --git a/README.md b/README.md
index a9bb8822..9d4ea6ae 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.1
+ 0.3.2
```
diff --git a/pom.xml b/pom.xml
index 4dde1b1a..ebbcbeae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
io.github.beehive-lab
gpu-llama3
- 0.3.2-dev
+ 0.3.2
GPU Llama3
GPU-accelerated LLaMA3 inference using TornadoVM