Skip to content

Commit 0e75058

Browse files
release: 0.119.0
1 parent 669e335 commit 0e75058

4 files changed

Lines changed: 23 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.118.0"
2+
".": "0.119.0"
33
}

CHANGELOG.md

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

3+
## 0.119.0 (2026-03-17)
4+
5+
Full Changelog: [v0.118.0...v0.119.0](https://github.com/lithic-com/lithic-python/compare/v0.118.0...v0.119.0)
6+
7+
### Features
8+
9+
* **api:** add remittance_information field to payment wire attributes ([669e335](https://github.com/lithic-com/lithic-python/commit/669e335cc6b256343053ec177256d9a60819a287))
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** bump minimum typing-extensions version ([26fb17c](https://github.com/lithic-com/lithic-python/commit/26fb17c88ea9eaf9158c44f8b75263fe0de3d08d))
15+
* **pydantic:** do not pass `by_alias` unless set ([cf205ce](https://github.com/lithic-com/lithic-python/commit/cf205ce9ac4e93542db0a9efcc5456f4e5f1774b))
16+
* **types:** make address/dob/email/government_id optional in KYB delegated types ([d2345a0](https://github.com/lithic-com/lithic-python/commit/d2345a077dc90995f973163c25ee898d5ac92195))
17+
18+
19+
### Chores
20+
21+
* **internal:** tweak CI branches ([d18bbc8](https://github.com/lithic-com/lithic-python/commit/d18bbc894b759ff8c066403d21d195aa67468441))
22+
323
## 0.118.0 (2026-03-16)
424

525
Full Changelog: [v0.117.0...v0.118.0](https://github.com/lithic-com/lithic-python/compare/v0.117.0...v0.118.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.118.0"
3+
version = "0.119.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.118.0" # x-release-please-version
4+
__version__ = "0.119.0" # x-release-please-version

0 commit comments

Comments
 (0)