diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6d78745c4..091cfb127 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.10.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 21ab278de..e15f4044c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [0.10.0](https://github.com/Increase/increase-python/compare/v0.9.0...v0.10.0) (2023-07-12) + + +### ⚠ BREAKING CHANGES + +* **api:** add unique_identifier, driver's license backs, inbound funds holds, and more ([#40](https://github.com/Increase/increase-python/issues/40)) + +### Features + +* **api:** add unique_identifier, driver's license backs, inbound funds holds, and more ([#40](https://github.com/Increase/increase-python/issues/40)) ([6bfd843](https://github.com/Increase/increase-python/commit/6bfd8435c03c86371c0b72987da9ee58779cd101)) + + +### Chores + +* **package:** pin major versions of dependencies ([#37](https://github.com/Increase/increase-python/issues/37)) ([5a7d645](https://github.com/Increase/increase-python/commit/5a7d645db59e7b340a2ba3fc58b5ec04a8fc7d12)) +* **package:** pin major versions of dependencies ([#39](https://github.com/Increase/increase-python/issues/39)) ([fafe6ee](https://github.com/Increase/increase-python/commit/fafe6eeb7d0732e68710d644a6cda21b19597f56)) + ## [0.9.0](https://github.com/Increase/increase-python/compare/v0.8.1...v0.9.0) (2023-07-07) diff --git a/pyproject.toml b/pyproject.toml index 94741451f..4eeef0679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "increase" -version = "0.9.0" +version = "0.10.0" description = "Client library for the increase API" readme = "README.md" authors = ["Increase "] diff --git a/src/increase/_version.py b/src/increase/_version.py index 84d0d647a..9faeb0ea0 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "increase" -__version__ = "0.9.0" # x-release-please-version +__version__ = "0.10.0" # x-release-please-version