diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..9c6a481 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.1" + ".": "1.1.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 96db3ad..22f158e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/growsurf/growsurf-python/compare/v1.1.1...v1.1.2) (2026-07-11) + + +### Bug Fixes + +* support retry-safe API key rotation ([8656a44](https://github.com/growsurf/growsurf-python/commit/8656a4469e8e48a6ad7252ad1c9241d8cef09ee2)) + ## [1.1.1](https://github.com/growsurf/growsurf-python/compare/v1.1.0...v1.1.1) (2026-07-09) diff --git a/pyproject.toml b/pyproject.toml index 157c681..cef3e3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "growsurf-python" -version = "1.1.1" +version = "1.1.2" description = "The official Python library for the growsurf API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/growsurf/_version.py b/src/growsurf/_version.py index 113761f..9d83ab6 100644 --- a/src/growsurf/_version.py +++ b/src/growsurf/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "growsurf" -__version__ = "1.1.1" # x-release-please-version +__version__ = "1.1.2" # x-release-please-version