From dc4bb72a5f677d7b16ff381f2f09b4d2514ca802 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 19:39:58 +0000 Subject: [PATCH] chore(master): release 3.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d4f6f29..d6f5405 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9930c45..fde5fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.0.1](https://github.com/SpeechifyInc/speechify-api-sdk-python/compare/3.0.0...3.0.1) (2026-07-10) + + +### Bug Fixes + +* correct SDK version strings and release 3.0.1 ([#24](https://github.com/SpeechifyInc/speechify-api-sdk-python/issues/24)) ([cdb080e](https://github.com/SpeechifyInc/speechify-api-sdk-python/commit/cdb080e3253b1bedb07827b7cd8fe80904102d82)) + + +### Documentation + +* add AGENTS.md with release/publish safeguards ([#22](https://github.com/SpeechifyInc/speechify-api-sdk-python/issues/22)) ([c4e1ad3](https://github.com/SpeechifyInc/speechify-api-sdk-python/commit/c4e1ad3ffa096543efa2cdd9195764cb5e9d346f)) + ## [3.0.0](https://github.com/SpeechifyInc/speechify-api-sdk-python/compare/2.0.0...3.0.0) (2026-07-10)