Skip to content

Commit 04be284

Browse files
release: 0.84.1
1 parent ab6b3e5 commit 04be284

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-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.84.0"
2+
".": "0.84.1"
33
}

CHANGELOG.md

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

3+
## 0.84.1 (2025-02-04)
4+
5+
Full Changelog: [v0.84.0...v0.84.1](https://github.com/lithic-com/lithic-python/compare/v0.84.0...v0.84.1)
6+
7+
### Chores
8+
9+
* **api:** new PaymentEventType for ACH Returns and small updates to 3DS AuthenticationResult ([#690](https://github.com/lithic-com/lithic-python/issues/690)) ([ab6b3e5](https://github.com/lithic-com/lithic-python/commit/ab6b3e5acb1e2f7614f60441b03348abf4217f19))
10+
* **internal:** bummp ruff dependency ([#689](https://github.com/lithic-com/lithic-python/issues/689)) ([2d0fc56](https://github.com/lithic-com/lithic-python/commit/2d0fc56ef5c8b93e94a5dab4bf214f75dc8731f3))
11+
* **internal:** change default timeout to an int ([#687](https://github.com/lithic-com/lithic-python/issues/687)) ([1bb4e70](https://github.com/lithic-com/lithic-python/commit/1bb4e70cc4afa33d8bf1861c31315dfe64eea0d2))
12+
313
## 0.84.0 (2025-01-28)
414

515
Full Changelog: [v0.83.0...v0.84.0](https://github.com/lithic-com/lithic-python/compare/v0.83.0...v0.84.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.84.0"
3+
version = "0.84.1"
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.84.0" # x-release-please-version
4+
__version__ = "0.84.1" # x-release-please-version

0 commit comments

Comments
 (0)