diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1756d5c..3fab8ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.8" + ".": "1.0.9" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9d3f961 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [1.0.9](https://github.com/hugobloem/wyoming-microsoft-tts/compare/1.0.8...v1.0.9) (2024-11-23) + + +### 🐛 Bugfixes + +* add-on button url ([#77](https://github.com/hugobloem/wyoming-microsoft-tts/issues/77)) ([3532cee](https://github.com/hugobloem/wyoming-microsoft-tts/commit/3532ceedf16a5b91898a9c07abc32ea9de6132a3)) +* validate and use default voice in event handling ([#82](https://github.com/hugobloem/wyoming-microsoft-tts/issues/82)) ([320a226](https://github.com/hugobloem/wyoming-microsoft-tts/commit/320a226d6be4cae3f758c0d18458579c99a47024)) + + +### 👷 Continuous Integration + +* add release-please configuration and workflow files ([#83](https://github.com/hugobloem/wyoming-microsoft-tts/issues/83)) ([dd370fc](https://github.com/hugobloem/wyoming-microsoft-tts/commit/dd370fc33df27d7560be11974661201be04fb32e)) +* add required packages ([#76](https://github.com/hugobloem/wyoming-microsoft-tts/issues/76)) ([5e89262](https://github.com/hugobloem/wyoming-microsoft-tts/commit/5e8926288fc36055ddf5640181f38ebd940396af)) +* enhance Docker image tagging and labeling in release workflow ([#85](https://github.com/hugobloem/wyoming-microsoft-tts/issues/85)) ([88ff459](https://github.com/hugobloem/wyoming-microsoft-tts/commit/88ff459be2818dbeb421c7c905b4ebc4fa1cee3b)) diff --git a/setup.py b/setup.py index 4a6f864..359b3a2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name="wyoming_microsoft_tts", - version="1.0.8", + version="1.0.9", 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 d191fc6..417d4c0 100644 --- a/wyoming_microsoft_tts/version.py +++ b/wyoming_microsoft_tts/version.py @@ -1,3 +1,3 @@ """Version information.""" -__version__ = "1.0.8" +__version__ = "1.0.9"