diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b77f50..6538ca9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e3a505..384359d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.8.0](https://github.com/privy-io/python-sdk/compare/v0.7.0...v0.8.0) (2026-09-09) + + +### Features + +* **api:** api update ([ab73d3a](https://github.com/privy-io/python-sdk/commit/ab73d3ac259cb0cb54d518629687101543e54c18)) +* **api:** api update ([aadaf38](https://github.com/privy-io/python-sdk/commit/aadaf3894129508732383c672898f732b1e39bc4)) +* **api:** api update ([a30c60a](https://github.com/privy-io/python-sdk/commit/a30c60a1e866905d58c70c297ca3a4ee6ca713b0)) + ## [0.7.0](https://github.com/privy-io/python-sdk/compare/v0.6.0...v0.7.0) (2026-09-04) diff --git a/pyproject.toml b/pyproject.toml index dd4ca8a..b6035c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "privy-client" -version = "0.7.0" +version = "0.8.0" description = "The official Python library for the Privy API API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/privy/_version.py b/src/privy/_version.py index 6ac00dd..bb9e00c 100644 --- a/src/privy/_version.py +++ b/src/privy/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "privy" -__version__ = "0.7.0" # x-release-please-version +__version__ = "0.8.0" # x-release-please-version