diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce5e5c7c..157f0355 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.35.0" + ".": "0.36.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 426398a4..aee2b930 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## 0.36.0 (2024-02-19) + +Full Changelog: [v0.35.0...v0.36.0](https://github.com/lithic-com/lithic-python/compare/v0.35.0...v0.36.0) + +### Features + +* **api:** update financial_account_type and documentation ([#363](https://github.com/lithic-com/lithic-python/issues/363)) ([589dd28](https://github.com/lithic-com/lithic-python/commit/589dd28a38513e4627237868d25de960ce0a9d52)) + + +### Chores + +* **internal:** refactor release environment script ([#361](https://github.com/lithic-com/lithic-python/issues/361)) ([6da0145](https://github.com/lithic-com/lithic-python/commit/6da0145a8b54d879fb3f3401562761014035ec5e)) +* **tests:** add integration test for pagination ([#358](https://github.com/lithic-com/lithic-python/issues/358)) ([8aafef9](https://github.com/lithic-com/lithic-python/commit/8aafef98237f52c61da023db201392df09acb7b8)) + + +### Documentation + +* add CONTRIBUTING.md ([#360](https://github.com/lithic-com/lithic-python/issues/360)) ([e37f886](https://github.com/lithic-com/lithic-python/commit/e37f886e638f29ec150615e345ec76bcf7f1532d)) + ## 0.35.0 (2024-02-07) Full Changelog: [v0.34.2...v0.35.0](https://github.com/lithic-com/lithic-python/compare/v0.34.2...v0.35.0) diff --git a/pyproject.toml b/pyproject.toml index e7d32535..dce8043d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lithic" -version = "0.35.0" +version = "0.36.0" description = "The official Python library for the lithic API" readme = "README.md" license = "Apache-2.0" diff --git a/src/lithic/_version.py b/src/lithic/_version.py index 5a3eb83a..2f118537 100644 --- a/src/lithic/_version.py +++ b/src/lithic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "lithic" -__version__ = "0.35.0" # x-release-please-version +__version__ = "0.36.0" # x-release-please-version