Skip to content

Commit 44a3a70

Browse files
release: 0.117.0
1 parent 80c9e9f commit 44a3a70

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-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.116.0"
2+
".": "0.117.0"
33
}

CHANGELOG.md

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

3+
## 0.117.0 (2026-03-05)
4+
5+
Full Changelog: [v0.116.0...v0.117.0](https://github.com/lithic-com/lithic-python/compare/v0.116.0...v0.117.0)
6+
7+
### Features
8+
9+
* **api:** add action_counts to rule performance reports and code to authorization actions ([8301127](https://github.com/lithic-com/lithic-python/commit/8301127ce01926ad8290614abe4f2b636a120cbf))
10+
* **api:** Add Hold API for financial account fund reservations ([a476549](https://github.com/lithic-com/lithic-python/commit/a4765491913a1ca262ee53a1a988a79e05a77542))
11+
* **api:** Remove deprecated beneficial owner entities field ([4160169](https://github.com/lithic-com/lithic-python/commit/4160169460138e469b75e642346a573a2f43c55e))
12+
13+
14+
### Chores
15+
16+
* fix webhook parsing tests ([0f10f64](https://github.com/lithic-com/lithic-python/commit/0f10f64e04f189436e48423da8639768bb6d88a3))
17+
* **internal:** codegen related update ([83f9164](https://github.com/lithic-com/lithic-python/commit/83f9164040f73e7f585d0f05e37bb24f97f57115))
18+
* **internal:** codegen related update ([089f0d7](https://github.com/lithic-com/lithic-python/commit/089f0d7d6935e896cc9304ebc9535521f8353456))
19+
320
## 0.116.0 (2026-02-27)
421

522
Full Changelog: [v0.115.0...v0.116.0](https://github.com/lithic-com/lithic-python/compare/v0.115.0...v0.116.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.116.0"
3+
version = "0.117.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.116.0" # x-release-please-version
4+
__version__ = "0.117.0" # x-release-please-version

0 commit comments

Comments
 (0)