diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d2bc9..ef6f6c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/instill-ai/python-sdk/compare/v0.9.0...v0.10.0) (2024-05-08) + + +### Features + +* **client, resources:** adopt latest api spec ([#145](https://github.com/instill-ai/python-sdk/issues/145)) ([bafa292](https://github.com/instill-ai/python-sdk/commit/bafa2922b0a0b316cd3e454cc34b522b55640b85)) + ## [0.9.0](https://github.com/instill-ai/python-sdk/compare/v0.8.1...v0.9.0) (2024-04-30) diff --git a/pyproject.toml b/pyproject.toml index d5732b3..ded1393 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.9.0" +version = "0.10.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 76d5538..7d9b009 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.10.0" }