Skip to content

Commit c59a711

Browse files
release: 0.110.0
1 parent db13429 commit c59a711

File tree

4 files changed

+32
-3
lines changed

4 files changed

+32
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.109.1"
2+
".": "0.110.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## 0.110.0 (2025-11-11)
4+
5+
Full Changelog: [v0.109.1...v0.110.0](https://github.com/lithic-com/lithic-python/compare/v0.109.1...v0.110.0)
6+
7+
### Features
8+
9+
* **api:** add payment_details ([59653f5](https://github.com/lithic-com/lithic-python/commit/59653f5db08fe87d8c8f97b34c1edac575996e19))
10+
* **api:** deprecate auth rule apply endpoint and fix several schemas ([2ccbc8e](https://github.com/lithic-com/lithic-python/commit/2ccbc8e1defce005fcf32d22aa68b8d98af68222))
11+
* **api:** new fields in Statements APIs ([79aa803](https://github.com/lithic-com/lithic-python/commit/79aa803f7e6a30a3d6383f5bca21d7c4c955b6e9))
12+
* **api:** re-add rules metadata to tokenization events ([7e4b9a7](https://github.com/lithic-com/lithic-python/commit/7e4b9a750be5431be81a74a4b44c7a1f872ebf5d))
13+
* **api:** remove deprecated fields from Cardholder Authentication object ([7e4b9a7](https://github.com/lithic-com/lithic-python/commit/7e4b9a750be5431be81a74a4b44c7a1f872ebf5d))
14+
15+
16+
### Bug Fixes
17+
18+
* **api:** adjust Auth Rules spec for better SDK structure ([7e4b9a7](https://github.com/lithic-com/lithic-python/commit/7e4b9a750be5431be81a74a4b44c7a1f872ebf5d))
19+
* **api:** fix oneOf -> anyOf in account holder update ([59653f5](https://github.com/lithic-com/lithic-python/commit/59653f5db08fe87d8c8f97b34c1edac575996e19))
20+
* **api:** fixing spec for Tokenizations and Enhanced data ([79aa803](https://github.com/lithic-com/lithic-python/commit/79aa803f7e6a30a3d6383f5bca21d7c4c955b6e9))
21+
* compat with Python 3.14 ([b56a588](https://github.com/lithic-com/lithic-python/commit/b56a588a807420f848c39e445ea6e39034c2f88f))
22+
23+
24+
### Chores
25+
26+
* **api:** adds support for new ACH_RECEIPT_RELEASED event ([30908f3](https://github.com/lithic-com/lithic-python/commit/30908f3f1d72c38d57239415d2a093dbdaee4f96))
27+
* **examples:** fix type checking ([6a138be](https://github.com/lithic-com/lithic-python/commit/6a138beaf9ec36f3db3cb89e8b653ef2e34f4de4))
28+
* **internal/tests:** avoid race condition with implicit client cleanup ([e90a25d](https://github.com/lithic-com/lithic-python/commit/e90a25da2bb81f93978555a8f671866fbe696235))
29+
* **internal:** grammar fix (it's -> its) ([091851d](https://github.com/lithic-com/lithic-python/commit/091851d9a940925c83d30cb98470ff22b7bb9de2))
30+
* **package:** drop Python 3.8 support ([80a0e1f](https://github.com/lithic-com/lithic-python/commit/80a0e1f29373041cc63d7acffa37d91a5c1a66b0))
31+
332
## 0.109.1 (2025-10-29)
433

534
Full Changelog: [v0.109.0...v0.109.1](https://github.com/lithic-com/lithic-python/compare/v0.109.0...v0.109.1)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lithic"
3-
version = "0.109.1"
3+
version = "0.110.0"
44
description = "The official Python library for the lithic API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/lithic/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "lithic"
4-
__version__ = "0.109.1" # x-release-please-version
4+
__version__ = "0.110.0" # x-release-please-version

0 commit comments

Comments
 (0)