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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## 0.116.0 (2026-07-22)
4
+
5
+
Full Changelog: [v0.115.0...v0.116.0](https://github.com/lithic-com/lithic-go/compare/v0.115.0...v0.116.0)
6
+
7
+
### Features
8
+
9
+
***api:** add embed.session_generated and embed.viewed webhook event types ([8390f53](https://github.com/lithic-com/lithic-go/commit/8390f539f5b3a7318b3f383a4e4427f71f0ac8c1))
10
+
***api:** add PAYMENT event type to book transfers ([030f8d1](https://github.com/lithic-com/lithic-go/commit/030f8d1641d8f3885039f2e597d97553c398ff96))
11
+
***api:** add PROGRAM_TRANSFER category and event types to financial transaction types ([4f41a62](https://github.com/lithic-com/lithic-go/commit/4f41a62df97ba7b41f2db2a06e0182cb3d399e97))
12
+
***api:** add recipient_name field to payment method attributes ([8e7e6da](https://github.com/lithic-com/lithic-go/commit/8e7e6dabd2b9dbef32ad087cfa630803a7bbbd3c))
13
+
***api:** add REVERSED status to payment list parameters ([778117c](https://github.com/lithic-com/lithic-go/commit/778117c555bbed242991722481bb8c2ed1637db7))
14
+
***stlc:** configurable CI runner and private-production-repo support in workflow templates ([38d2c5f](https://github.com/lithic-com/lithic-go/commit/38d2c5fe79e876071fce56f643988b5df2cd1c91))
15
+
16
+
17
+
### Bug Fixes
18
+
19
+
***types:** make comment/created_at/fraud_type/updated_at nullable in fraud_transaction ([93e72ca](https://github.com/lithic-com/lithic-go/commit/93e72caa416a97b8b97bc333ae9b945794553144))
***api:** update category parameter description in external payment list ([b140a08](https://github.com/lithic-com/lithic-go/commit/b140a0824b51b1a08b28fd257457387fd93cc418))
26
+
***api:** update max duration for velocity limit period in auth rule v2 ([7ceb706](https://github.com/lithic-com/lithic-go/commit/7ceb7065bc83e6f5c9413def796b4cdd76b8da63))
27
+
***types:** clarify dispute event type descriptions ([0d4a3b0](https://github.com/lithic-com/lithic-go/commit/0d4a3b07a2c3d4c421411249326972cb75e83e61))
28
+
3
29
## 0.115.0 (2026-06-29)
4
30
5
31
Full Changelog: [v0.114.0...v0.115.0](https://github.com/lithic-com/lithic-go/compare/v0.114.0...v0.115.0)
0 commit comments