Release 0.3.2 (#284)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b902025..366e7fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## v0.3.2 (2025-06-15)
+
+- Depend on wasm-bindgen 0.2.89 or higher
+- Fix panic when prediction calculation is invalid
+
## v0.3.1 (2024-01-13)
- Added a WASM SIMD implementation.
diff --git a/Cargo.toml b/Cargo.toml
index 4ec0ed8..3edb34e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jpeg-decoder"
-version = "0.3.1"
+version = "0.3.2"
edition = "2021"
rust-version = "1.61.0"