diff --git a/CHANGELOG.md b/CHANGELOG.md
index d96148d66db4e7e4a882adb90121bcd4c1f1e53f..94242c1abfbba2efbedba2550c8084aa181fb7b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ Changelog
 Unreleased
 ----------
 
+[1.8.2] (2025-02-18)
+--------------------
+
 ### Changed
 
 - Reduced GPU image size by using `nvidia/cuda:12.6.3-base-ubuntu22.04`
@@ -278,6 +281,7 @@ Unreleased
 - mp3 support by using FFmpeg instead of librosa in #8
 - add language detection endpoint in #9
 
+[1.8.2]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.2
 [1.8.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.1
 [1.8.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.8.0
 [1.7.1]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.1
diff --git a/README.md b/README.md
index 6b494a232d8cbfab3ed57d4b9d5fd0800e1ba02e..e8cd1507a0b23cb02d98090f46857633794bc4ce 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Whisper ASR Box is a general-purpose speech recognition toolkit. Whisper Models
 
 ## Features
 
-Current release (v1.8.1) supports following whisper models:
+Current release (v1.8.2) supports following whisper models:
 
 - [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
 - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)
diff --git a/docs/index.md b/docs/index.md
index 32abeb9790bfa6f34c034116d56237713314825b..33596cb930a9b680b218939df33699fde6f7dbda 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,7 +2,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large
 
 ## Features
 
-Current release (v1.8.1) supports following whisper models:
+Current release (v1.8.2) supports following whisper models:
 
 - [openai/whisper](https://github.com/openai/whisper)@[v20240930](https://github.com/openai/whisper/releases/tag/v20240930)
 - [SYSTRAN/faster-whisper](https://github.com/SYSTRAN/faster-whisper)@[v1.1.0](https://github.com/SYSTRAN/faster-whisper/releases/tag/v1.1.0)