Skip to content

Commit 8f7e822

Browse files
release: 0.129.0
1 parent fed517e commit 8f7e822

4 files changed

Lines changed: 16 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.128.0"
2+
".": "0.129.0"
33
}

CHANGELOG.md

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

3+
## 0.129.0 (2026-06-29)
4+
5+
Full Changelog: [v0.128.0...v0.129.0](https://github.com/lithic-com/lithic-python/compare/v0.128.0...v0.129.0)
6+
7+
### Features
8+
9+
* **api:** add payment transaction support to case transactions ([56bc7d5](https://github.com/lithic-com/lithic-python/commit/56bc7d58831ca1ca9e15386407742765dd53a29e))
10+
11+
12+
### Documentation
13+
14+
* **types:** update cash_amount field description in CardAuthorization ([1157e38](https://github.com/lithic-com/lithic-python/commit/1157e38b8bfe8ec1a819eacda361957f640e8430))
15+
316
## 0.128.0 (2026-06-23)
417

518
Full Changelog: [v0.127.0...v0.128.0](https://github.com/lithic-com/lithic-python/compare/v0.127.0...v0.128.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.128.0"
3+
version = "0.129.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.128.0" # x-release-please-version
4+
__version__ = "0.129.0" # x-release-please-version

0 commit comments

Comments
 (0)