Skip to content

Commit 938657e

Browse files
release: 0.128.0
1 parent 9495142 commit 938657e

4 files changed

Lines changed: 12 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.127.0"
2+
".": "0.128.0"
33
}

CHANGELOG.md

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

3+
## 0.128.0 (2026-06-23)
4+
5+
Full Changelog: [v0.127.0...v0.128.0](https://github.com/lithic-com/lithic-python/compare/v0.127.0...v0.128.0)
6+
7+
### Features
8+
9+
* **api:** add claim and claim_document webhook events ([512d4fa](https://github.com/lithic-com/lithic-python/commit/512d4fad7f07a4e9756cd5c5b16693bcd2105262))
10+
* **api:** add external bank/payment velocity/declines/history features to auth_rules ([11d71e3](https://github.com/lithic-com/lithic-python/commit/11d71e30f57728e98b9d8c90077d355b08cbc89c))
11+
312
## 0.127.0 (2026-06-22)
413

514
Full Changelog: [v0.126.0...v0.127.0](https://github.com/lithic-com/lithic-python/compare/v0.126.0...v0.127.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.127.0"
3+
version = "0.128.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.127.0" # x-release-please-version
4+
__version__ = "0.128.0" # x-release-please-version

0 commit comments

Comments
 (0)