From 0726c41a6a6b8b740c753e114a0917546860eeed Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ahmet=20=C3=96ner?= <ahmetn8@gmail.com>
Date: Mon, 17 Feb 2025 02:29:52 +0100
Subject: [PATCH] Release 1.8.0

---
 CHANGELOG.md   | 22 ++++++++++++++++++++--
 README.md      |  2 +-
 docs/index.md  |  2 +-
 pyproject.toml |  2 +-
 4 files changed, 23 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 99c288b..1d9924b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,25 @@
 Changelog
 =========
 
-Unreleased
-----------
+[1.8.0] (2025-02-17)
+--------------------
+
+### Added
+
+- Added support for [whisperX](https://github.com/m-bain/whisperX)@[v3.1.1](https://github.com/m-bain/whisperX/releases/tag/v3.1.1)
+
+### Changed
+
+- Upgraded Cuda GPU image to v12.6.3
+- Upgraded dependencies
+  - torch to v2.6.0
+  - fastapi to v0.115.8
+  - llvmlite to v0.44.0
+  - numba to v0.61.0
+  - ruff to v0.9.6
+  - black to v25.1.0
+  - mkdocs-material to v9.6.4
+  - pymdown-extensions to v10.14.3
 
 [1.7.1] (2024-12-18)
 --------------------
@@ -246,6 +263,7 @@ Unreleased
 - mp3 support by using FFmpeg instead of librosa in #8
 - add language detection endpoint in #9
 
+[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
 [1.7.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.7.0
 [1.6.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.6.0
diff --git a/README.md b/README.md
index be42082..417a061 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.7.1) supports following whisper models:
+Current release (v1.8.0) 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 a7d7cdd..370ed02 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.7.1) supports following whisper models:
+Current release (v1.8.0) 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/pyproject.toml b/pyproject.toml
index c32fbd9..a805b3c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "whisper-asr-webservice"
-version = "1.8.0-dev"
+version = "1.8.0"
 description = "Whisper ASR Webservice is a general-purpose speech recognition webservice."
 homepage = "https://github.com/ahmetoner/whisper-asr-webservice/"
 license = "https://github.com/ahmetoner/whisper-asr-webservice/blob/main/LICENCE"
-- 
GitLab