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
Automated Release PR
---
## 1.5.0 (2026-04-10)
Full Changelog:
[v1.4.0...v1.5.0](v1.4.0...v1.5.0)
### Features
* **api:** add currencies/region fields to customers, filters to list
([87d9221](87d9221))
* **api:** remove list method from quotes
([ae6b4e8](ae6b4e8))
### Bug Fixes
* **api:** make customerId required, remove role filter in beneficial
owners list
([ffa8a25](ffa8a25))
### Documentation
* **api:** update crypto_network examples in crypto/external
accounts/quotes
([149bfc9](149bfc9))
---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).
The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
Alternatively, you can manually set the version number in the title of
this pull request.
For a better experience, it is recommended to use either rebase-merge or
squash-merge when merging this pull request.
🔗 Stainless [website](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
3
+
## 1.5.0 (2026-04-10)
4
+
5
+
Full Changelog: [v1.4.0...v1.5.0](https://github.com/lightsparkdev/grid-kotlin-sdk/compare/v1.4.0...v1.5.0)
6
+
7
+
### Features
8
+
9
+
***api:** add currencies/region fields to customers, filters to list ([87d9221](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/87d922160615f1ad5f59083ceb4a2bcb0259d1bd))
10
+
***api:** remove list method from quotes ([ae6b4e8](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/ae6b4e838f052ee945ddfdb2f31b4b7a7113a36b))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***api:** make customerId required, remove role filter in beneficial owners list ([ffa8a25](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/ffa8a255d98c3baff944a23b615a51a1d5335749))
16
+
17
+
18
+
### Documentation
19
+
20
+
***api:** update crypto_network examples in crypto/external accounts/quotes ([149bfc9](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/149bfc98f9014beb590f47c75983c4b6b9250514))
21
+
3
22
## 1.4.0 (2026-04-01)
4
23
5
24
Full Changelog: [v1.3.0...v1.4.0](https://github.com/lightsparkdev/grid-kotlin-sdk/compare/v1.3.0...v1.4.0)
Copy file name to clipboardExpand all lines: lightspark-grid-kotlin-core/src/main/kotlin/com/lightspark/grid/models/beneficialowners/BeneficialOwnerListParams.kt
0 commit comments