Skip to content

Commit 44d59f8

Browse files
release: 0.120.0
1 parent 90b0971 commit 44d59f8

File tree

4 files changed

+37
-3
lines changed

4 files changed

+37
-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.119.0"
2+
".": "0.120.0"
33
}

CHANGELOG.md

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

3+
## 0.120.0 (2026-03-23)
4+
5+
Full Changelog: [v0.119.0...v0.120.0](https://github.com/lithic-com/lithic-python/compare/v0.119.0...v0.120.0)
6+
7+
### Features
8+
9+
* **api:** add CARD_AGE and ACCOUNT_AGE attributes to auth_rules conditions ([1838bd0](https://github.com/lithic-com/lithic-python/commit/1838bd0fbb14543bc05140167eb787b26f3adad1))
10+
* **api:** add override_company_name parameter to external_payments create ([ebb9e7e](https://github.com/lithic-com/lithic-python/commit/ebb9e7e42397c158c13a8c79a20ae62a5bc5dff9))
11+
* **api:** add service location attributes to auth_rules, fields to merchant ([40b6ef4](https://github.com/lithic-com/lithic-python/commit/40b6ef452d154afd5262977b20ddbea8f2581d9c))
12+
13+
14+
### Bug Fixes
15+
16+
* sanitize endpoint path params ([3bdb99d](https://github.com/lithic-com/lithic-python/commit/3bdb99d62ca73acbd65d4f2ca3dda9e9405c05e3))
17+
18+
19+
### Chores
20+
21+
* **internal:** migrate mock server from steady to prism ([8468963](https://github.com/lithic-com/lithic-python/commit/8468963d5df57bd9f01f545a2a02d1df3dcef41e))
22+
* **internal:** update gitignore ([8ccbe00](https://github.com/lithic-com/lithic-python/commit/8ccbe00eb37dadfa57a111e70d4a12ebabaa7e40))
23+
* **tests:** bump steady to v0.19.4 ([6e585b7](https://github.com/lithic-com/lithic-python/commit/6e585b742334baf5045bbc1d8be487674a4ec9af))
24+
* **tests:** bump steady to v0.19.5 ([327135e](https://github.com/lithic-com/lithic-python/commit/327135ec2c31132edcf1d3a3cbb4f4f7f6dbdb1a))
25+
* **tests:** bump steady to v0.19.6 ([bd694b9](https://github.com/lithic-com/lithic-python/commit/bd694b94f5d3cbf3e11a8064168082202b645e92))
26+
27+
28+
### Documentation
29+
30+
* **api:** add character limit to nature_of_business, allowlisting note to qr_code_url ([77a8f10](https://github.com/lithic-com/lithic-python/commit/77a8f1028956b151b2b1d85a12a5719fff04d871))
31+
32+
33+
### Refactors
34+
35+
* **tests:** switch from prism to steady ([23a9671](https://github.com/lithic-com/lithic-python/commit/23a967122869204b8e063e86d2807417d1542b5b))
36+
337
## 0.119.0 (2026-03-17)
438

539
Full Changelog: [v0.118.0...v0.119.0](https://github.com/lithic-com/lithic-python/compare/v0.118.0...v0.119.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.119.0"
3+
version = "0.120.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.119.0" # x-release-please-version
4+
__version__ = "0.120.0" # x-release-please-version

0 commit comments

Comments
 (0)