From b06f4261421103fc532c1e5f755b936c46913bb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:15:19 +0000 Subject: [PATCH 1/2] chore(main): release stackone-ai 2.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- stackone_ai/__init__.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6ed9c80..7a56472 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.0" + ".": "2.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e71c240..de6c8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.8.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.7.0...stackone-ai-v2.8.0) (2026-04-20) + + +### Features + +* **examples:** streamline examples, standardize auth patterns and migrate examples to Workday ([#179](https://github.com/StackOneHQ/stackone-ai-python/issues/179)) ([0bdc939](https://github.com/StackOneHQ/stackone-ai-python/commit/0bdc939e2844a0dae6bf527c8c8209df0a90d1f7)) + ## [2.7.0](https://github.com/StackOneHQ/stackone-ai-python/compare/stackone-ai-v2.6.0...stackone-ai-v2.7.0) (2026-04-14) diff --git a/pyproject.toml b/pyproject.toml index 5715d85..663260d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stackone-ai" -version = "2.7.0" +version = "2.8.0" description = "agents performing actions on your SaaS" readme = "README.md" requires-python = ">=3.10" diff --git a/stackone_ai/__init__.py b/stackone_ai/__init__.py index 6c1f56d..0b1f4fb 100644 --- a/stackone_ai/__init__.py +++ b/stackone_ai/__init__.py @@ -23,4 +23,4 @@ "SemanticSearchResponse", "SemanticSearchError", ] -__version__ = "2.7.0" +__version__ = "2.8.0" From 92c6e7afd5e00c39667daa8624063b8738c26f5b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 20 Apr 2026 10:16:05 +0000 Subject: [PATCH 2/2] chore: update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 4c740ef..1bebab3 100644 --- a/uv.lock +++ b/uv.lock @@ -4762,7 +4762,7 @@ wheels = [ [[package]] name = "stackone-ai" -version = "2.7.0" +version = "2.8.0" source = { editable = "." } dependencies = [ { name = "bm25s" },