From 6940a0756c972ee40e3812449b815902488ccd08 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 21:18:54 +0000 Subject: [PATCH] release: 0.77.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 2 +- src/lithic/_version.py | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aa39267a..5c03edcd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.76.0" + ".": "0.77.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a77ec0..2f32b477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 0.77.0 (2024-10-28) + +Full Changelog: [v0.76.0...v0.77.0](https://github.com/lithic-com/lithic-python/compare/v0.76.0...v0.77.0) + +### Features + +* **api:** updates ([#610](https://github.com/lithic-com/lithic-python/issues/610)) ([4cc66a9](https://github.com/lithic-com/lithic-python/commit/4cc66a96b0eb15481c4164ec900f3470bae3b840)) + + +### 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)) +* **internal:** bump pytest to v8 & pydantic ([#609](https://github.com/lithic-com/lithic-python/issues/609)) ([a2641b7](https://github.com/lithic-com/lithic-python/commit/a2641b71894a9aa078314f56d51f4625df837685)) + ## 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..4855f1e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lithic" -version = "0.76.0" +version = "0.77.0" 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..50664402 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.77.0" # x-release-please-version