Skip to content

Commit 34aed9a

Browse files
release: 0.120.0
1 parent 6e585b7 commit 34aed9a

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.120.0 (2026-03-20)
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+
* **tests:** bump steady to v0.19.4 ([6e585b7](https://github.com/lithic-com/lithic-python/commit/6e585b742334baf5045bbc1d8be487674a4ec9af))
22+
23+
24+
### Refactors
25+
26+
* **tests:** switch from prism to steady ([23a9671](https://github.com/lithic-com/lithic-python/commit/23a967122869204b8e063e86d2807417d1542b5b))
27+
328
## 0.119.0 (2026-03-17)
429

530
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)