Skip to content

Commit 6955dd1

Browse files
release: 0.126.0
1 parent b57ee38 commit 6955dd1

4 files changed

Lines changed: 24 additions & 3 deletions

File tree

.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.125.0"
2+
".": "0.126.0"
33
}

CHANGELOG.md

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

3+
## 0.126.0 (2026-06-16)
4+
5+
Full Changelog: [v0.125.0...v0.126.0](https://github.com/lithic-com/lithic-python/compare/v0.125.0...v0.126.0)
6+
7+
### Features
8+
9+
* **api:** add 13 attributes, interval/unit params to auth rules conditional actions ([3e52757](https://github.com/lithic-com/lithic-python/commit/3e52757207c6c3f43d25d34f9e0ff3a982cd0dd5))
10+
* **api:** add CardTransactionFeature type to auth_rules ([c57609d](https://github.com/lithic-com/lithic-python/commit/c57609da9576515964cfe147a8c3fcd6f3337872))
11+
* **api:** Add created field and make completed_at nullable in latest_challenge ([126641d](https://github.com/lithic-com/lithic-python/commit/126641d827512c68dfef741d7a6a053cbfe94f12))
12+
* **api:** add day_of_period field to financial_accounts loan_tape ([612ce5f](https://github.com/lithic-com/lithic-python/commit/612ce5f2b44d73a6bad3ca57613061c5d8ed705c))
13+
* **api:** add hold_adjustment action type to auth rules ([dc58d95](https://github.com/lithic-com/lithic-python/commit/dc58d95543aa7723246f81b6d836512f19bc02a0))
14+
* **api:** add name_validation field to card_authorization ([5bde4bc](https://github.com/lithic-com/lithic-python/commit/5bde4bcae161d20561ed1be62e636462018365e7))
15+
* **api:** add route method to transactions ([a48dac5](https://github.com/lithic-com/lithic-python/commit/a48dac554ead26e6010a1e4cf12e502e3f39e107))
16+
* **api:** add tags field to payment model ([8b813b4](https://github.com/lithic-com/lithic-python/commit/8b813b4717546669a6cc7afd6814f015cc41a770))
17+
* **api:** add transaction_monitoring cases/comments/files/queues endpoints ([67701a6](https://github.com/lithic-com/lithic-python/commit/67701a6bbcf684c7abf436f3d9760b7b3814013c))
18+
19+
20+
### Documentation
21+
22+
* **api:** update support contact URL in cards/account/card documentation ([71b5283](https://github.com/lithic-com/lithic-python/commit/71b5283efe22257a9a706ebc41ba51c523775d5c))
23+
324
## 0.125.0 (2026-05-26)
425

526
Full Changelog: [v0.124.0...v0.125.0](https://github.com/lithic-com/lithic-python/compare/v0.124.0...v0.125.0)

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.125.0"
3+
version = "0.126.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.125.0" # x-release-please-version
4+
__version__ = "0.126.0" # x-release-please-version

0 commit comments

Comments
 (0)