You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## 0.78.1 (2024-11-12)
4
+
5
+
Full Changelog: [v0.78.0...v0.78.1](https://github.com/lithic-com/lithic-python/compare/v0.78.0...v0.78.1)
6
+
7
+
### Bug Fixes
8
+
9
+
* don't use dicts as iterables in transform ([#627](https://github.com/lithic-com/lithic-python/issues/627)) ([717c8a9](https://github.com/lithic-com/lithic-python/commit/717c8a97db21965f95299cc97cfd96a16960ed18))
10
+
11
+
12
+
### Chores
13
+
14
+
***api:** add business_account_token param for listing Balances ([#625](https://github.com/lithic-com/lithic-python/issues/625)) ([7513850](https://github.com/lithic-com/lithic-python/commit/75138504756e0cf60fb86f04b2ced22351325d13))
15
+
***api:** adds replacement_account_token to Card create parameters ([#623](https://github.com/lithic-com/lithic-python/issues/623)) ([79071df](https://github.com/lithic-com/lithic-python/commit/79071df7bd89ecf6f1fe887a5a8a45a75345efc1))
* move comments in example snippets ([#626](https://github.com/lithic-com/lithic-python/issues/626)) ([d49933a](https://github.com/lithic-com/lithic-python/commit/d49933a2c275ca79599e7884f8d6dfe82b3c7ae6))
23
+
3
24
## 0.78.0 (2024-11-05)
4
25
5
26
Full Changelog: [v0.77.2...v0.78.0](https://github.com/lithic-com/lithic-python/compare/v0.77.2...v0.78.0)
0 commit comments