From a51ba28849a4a0aa2072a4ad93082dba1176e696 Mon Sep 17 00:00:00 2001 From: Hugo <42470993+hugobloem@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:36:23 +0000 Subject: [PATCH] chore(main): release 1.1.1 (#90) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ setup.py | 2 +- wyoming_microsoft_tts/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2b1fcc7..8105302 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fc943ab..fc478f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/hugobloem/wyoming-microsoft-tts/compare/v1.1.0...v1.1.1) (2024-11-23) + + +### 🐛 Bugfixes + +* use name of synthesize voice ([#89](https://github.com/hugobloem/wyoming-microsoft-tts/issues/89)) ([3f4a1f8](https://github.com/hugobloem/wyoming-microsoft-tts/commit/3f4a1f854c8048168cce7489547a0846052bce38)) + ## [1.1.0](https://github.com/hugobloem/wyoming-microsoft-tts/compare/1.0.8...v1.1.0) (2024-11-23) diff --git a/setup.py b/setup.py index d8bfbb2..173bde8 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="wyoming_microsoft_tts", - version="1.1.0", + version="1.1.1", description="Wyoming Server for Microsoft TTS", url="https://github.com/hugobloem/wyoming-microsoft-tts", author="Hugo Bloem", diff --git a/wyoming_microsoft_tts/version.py b/wyoming_microsoft_tts/version.py index f99ce29..4ef2952 100644 --- a/wyoming_microsoft_tts/version.py +++ b/wyoming_microsoft_tts/version.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "1.1.0" +__version__ = "1.1.1"