Skip to content

Commit aa8e693

Browse files
release: 0.114.0
1 parent 776a2ae commit aa8e693

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-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.113.0"
2+
".": "0.114.0"
33
}

CHANGELOG.md

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

3+
## 0.114.0 (2026-01-22)
4+
5+
Full Changelog: [v0.113.0...v0.114.0](https://github.com/lithic-com/lithic-python/compare/v0.113.0...v0.114.0)
6+
7+
### Features
8+
9+
* **api:** Add card.updated event ([e6fb3b8](https://github.com/lithic-com/lithic-python/commit/e6fb3b8e4a9aa3f989f4916f2787a87f7a762d58))
10+
* **api:** Add tags field to card transactions ([e13c1d1](https://github.com/lithic-com/lithic-python/commit/e13c1d12f598be79535089e8269ffd572fdcce45))
11+
* **api:** make filter optional for Spend Velocity Auth Rules ([260d4a6](https://github.com/lithic-com/lithic-python/commit/260d4a653a2c325bbce7bf24474043a3e0974c28))
12+
* **client:** add support for binary request streaming ([941a2e3](https://github.com/lithic-com/lithic-python/commit/941a2e3857a34b9555d9b5ce83149ec2ab36d0c3))
13+
14+
15+
### Bug Fixes
16+
17+
* **api:** Correct field name from ach_hold__period to ach_hold_period ([2b4f00b](https://github.com/lithic-com/lithic-python/commit/2b4f00b6e98ac08aa2e545940ade5abc8f2681b9))
18+
* **api:** mark AppleWebPushProvisioningResponse fields required ([fa13843](https://github.com/lithic-com/lithic-python/commit/fa13843b6069e986f22812b711ea23bf405104fd))
19+
* **api:** rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST ([260d4a6](https://github.com/lithic-com/lithic-python/commit/260d4a653a2c325bbce7bf24474043a3e0974c28))
20+
21+
22+
### Chores
23+
24+
* Add spec linter for YAML and folded style multiline strings ([36b4035](https://github.com/lithic-com/lithic-python/commit/36b40359b59c3feac3ce84b3437a0d8fd9bfa803))
25+
* configure new SDK language ([427958f](https://github.com/lithic-com/lithic-python/commit/427958fe0fca3e9162da20580087cc4dcca80b1c))
26+
* **internal:** update `actions/checkout` version ([afc35a5](https://github.com/lithic-com/lithic-python/commit/afc35a53e20b1c71e1dd96288fcd416c7674107c))
27+
* Rework event type generation to support spec splitting ([f9939dd](https://github.com/lithic-com/lithic-python/commit/f9939ddb3e941195435eaee0a962f985e3367546))
28+
329
## 0.113.0 (2026-01-08)
430

531
Full Changelog: [v0.112.0...v0.113.0](https://github.com/lithic-com/lithic-python/compare/v0.112.0...v0.113.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.113.0"
3+
version = "0.114.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.113.0" # x-release-please-version
4+
__version__ = "0.114.0" # x-release-please-version

0 commit comments

Comments
 (0)