diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 895bf0e..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cbf7f..cfd3d1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.0](https://github.com/indykite/indykite-sdk-python/compare/v2.0.0...v2.1.0) (2026-08-07) + + +### Features + +* add documentation ([99078b6](https://github.com/indykite/indykite-sdk-python/commit/99078b637b5502a88324dd1b3c3d548c10fcda45)) +* update documentation link ([f555860](https://github.com/indykite/indykite-sdk-python/commit/f555860052cfe026963a07e805a4e5915e858153)) + + +### Bug Fixes + +* fix renovate file ([#407](https://github.com/indykite/indykite-sdk-python/issues/407)) ([e0eb5ab](https://github.com/indykite/indykite-sdk-python/commit/e0eb5ab1f38f845d66dad5090a004c622ff0afda)) + ## [2.0.0](https://github.com/indykite/indykite-sdk-python/compare/v1.61.2...v2.0.0) (2026-08-04) diff --git a/indykite_sdk/version.py b/indykite_sdk/version.py index b9ec104..5f50582 100644 --- a/indykite_sdk/version.py +++ b/indykite_sdk/version.py @@ -1,3 +1,3 @@ """SDK version, kept in sync by release automation.""" -__version__ = "2.0.0" # x-release-please-version +__version__ = "2.1.0" # x-release-please-version diff --git a/pyproject.toml b/pyproject.toml index 1f6a366..64bf4a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "IndyKite Python SDK - REST clients for the IndyKite platform APIs readme = "README.md" license = "Apache-2.0" requires-python = ">=3.14" -version = "2.0.0" +version = "2.1.0" authors = [ { name = "IndyKite", email = "develop@indykite.com" }, ]