diff --git a/CHANGELOG.md b/CHANGELOG.md index aff828979..02c0a17e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.7.1](https://github.com/googleapis/python-genai/compare/v2.7.0...v2.7.1) (2026-05-29) + + +### Bug Fixes + +* Include all fields of a single tool ([7b1d498](https://github.com/googleapis/python-genai/commit/7b1d4982f4a61def33db8873feb1334416d4a0e4)) + + +### Documentation + +* Update the docs for 2.7 ([bbef98e](https://github.com/googleapis/python-genai/commit/bbef98e64ebf6e12a5ab1aba02302a28ca1faf4f)) + ## [2.7.0](https://github.com/googleapis/python-genai/compare/v2.6.0...v2.7.0) (2026-05-27) diff --git a/google/genai/version.py b/google/genai/version.py index 9998cdfd8..a64d4d0c6 100644 --- a/google/genai/version.py +++ b/google/genai/version.py @@ -13,4 +13,4 @@ # limitations under the License. # -__version__ = '2.7.0' # x-release-please-version +__version__ = '2.7.1' # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index b66b1c53a..c105efbee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "twine>=6.1.0", "packaging>=24.2", "pkginfo>= [project] name = "google-genai" -version = "2.7.0" +version = "2.7.1" description = "GenAI Python SDK" readme = "README.md" license = "Apache-2.0"