diff --git a/CHANGELOG.md b/CHANGELOG.md index e660f2a..aefb431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.16.0](https://github.com/instill-ai/python-sdk/compare/v0.15.1...v0.16.0) (2024-11-06) + + +### Features + +* **proto:** update protogen ([#240](https://github.com/instill-ai/python-sdk/issues/240)) ([5fd0db1](https://github.com/instill-ai/python-sdk/commit/5fd0db17c1dcb82dfbaf9c5c88ffda6c28ad50fa)) + ## [0.15.1](https://github.com/instill-ai/python-sdk/compare/v0.15.0...v0.15.1) (2024-11-05) diff --git a/pyproject.toml b/pyproject.toml index 95cd41f..73c9239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.15.1" +version = "0.16.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 047c623..bc7e4aa 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.1" + ".": "0.16.0" }