diff --git a/CHANGELOG.md b/CHANGELOG.md index fc33973..f72f0bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.1](https://github.com/instill-ai/python-sdk/compare/v0.7.0...v0.7.1) (2024-02-14) + + +### Miscellaneous Chores + +* **release:** release v0.7.1 ([b7dec13](https://github.com/instill-ai/python-sdk/commit/b7dec13d87cf4bf1a6a25ba71b85213fc4dc582e)) + ## [0.7.0](https://github.com/instill-ai/python-sdk/compare/v0.6.0...v0.7.0) (2024-01-30) diff --git a/pyproject.toml b/pyproject.toml index 5100914..b569307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.7.0" +version = "0.7.1" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index e7ca613..13708fa 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" }