diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9ec42cd2..d724fefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.18" + ".": "0.4.19" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a90c81a..41da7a4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.4.19 (2025-10-01) + +Full Changelog: [v0.4.18...v0.4.19](https://github.com/scaleapi/agentex-python/compare/v0.4.18...v0.4.19) + +### Features + +* Adds helm config to Agent Environment ([#125](https://github.com/scaleapi/agentex-python/issues/125)) ([e4b39b5](https://github.com/scaleapi/agentex-python/commit/e4b39b5f319452bbc6650a7ef41b3a3179bb3b93)) + ## 0.4.18 (2025-09-29) Full Changelog: [v0.4.17...v0.4.18](https://github.com/scaleapi/agentex-python/compare/v0.4.17...v0.4.18) diff --git a/pyproject.toml b/pyproject.toml index 3694c645..2fce97bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "agentex-sdk" -version = "0.4.18" +version = "0.4.19" description = "The official Python library for the agentex API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/agentex/_version.py b/src/agentex/_version.py index 88e67974..9e4b6b90 100644 --- a/src/agentex/_version.py +++ b/src/agentex/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "agentex" -__version__ = "0.4.18" # x-release-please-version \ No newline at end of file +__version__ = "0.4.19" # x-release-please-version \ No newline at end of file