diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb337ff6ebbf21e48382a6f57ca13b31a8c8f7d..99c288b6e987a337b05f333dc15ec374e00b5d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ Changelog Unreleased ---------- +[1.7.1] (2024-12-18) +-------------------- + ### Fixed - Fix JSON serialization of segments due to Faster Whisper v1.1.0 changes @@ -243,6 +246,7 @@ Unreleased - mp3 support by using FFmpeg instead of librosa in #8 - add language detection endpoint in #9 +[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 [1.5.0]: https://github.com/ahmetoner/whisper-asr-webservice/releases/tag/v1.5.0 diff --git a/README.md b/README.md index 20ee0c059f904cd380f8d454c3963497d1f880de..b5212835417a04f35bd3969d18ebdf43b7fc0ba7 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Whisper is a general-purpose speech recognition model. It is trained on a large ## Features -Current release (v1.7.0) supports following whisper models: +Current release (v1.7.1) 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 93e2fc4f4fcc6fb165779b2897c793148146d451..45f40ecfb391404c8babceef91a7c9610cdba45d 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.0) supports following whisper models: +Current release (v1.7.1) 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)