diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aa39267a..8fd37e0d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.76.0" + ".": "0.76.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a77ec0..e3b27cf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.76.1 (2024-10-24) + +Full Changelog: [v0.76.0...v0.76.1](https://github.com/lithic-com/lithic-python/compare/v0.76.0...v0.76.1) + +### Chores + +* **api:** add `PIN_BLOCKED` to `detailed_results` property on Event ([#606](https://github.com/lithic-com/lithic-python/issues/606)) ([ac9985f](https://github.com/lithic-com/lithic-python/commit/ac9985f9f1fefb9fae7db90f8095492db0cff738)) +* **api:** adds new result types to Transactions and Events ([#608](https://github.com/lithic-com/lithic-python/issues/608)) ([ff13e35](https://github.com/lithic-com/lithic-python/commit/ff13e35c1f4d760c34d870a5f6da972c57d4968a)) + ## 0.76.0 (2024-10-23) Full Changelog: [v0.75.0...v0.76.0](https://github.com/lithic-com/lithic-python/compare/v0.75.0...v0.76.0) diff --git a/pyproject.toml b/pyproject.toml index 2e6efb7a..c4a93691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lithic" -version = "0.76.0" +version = "0.76.1" description = "The official Python library for the lithic API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/lithic/_version.py b/src/lithic/_version.py index dae8fd8d..01c80d91 100644 --- a/src/lithic/_version.py +++ b/src/lithic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "lithic" -__version__ = "0.76.0" # x-release-please-version +__version__ = "0.76.1" # x-release-please-version