Skip to content

Commit eba368f

Browse files
release: 0.10.0
1 parent bd301bc commit eba368f

4 files changed

Lines changed: 39 additions & 7 deletions

File tree

.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.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

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

3+
## 0.10.0 (2026-03-06)
4+
5+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/lightsparkdev/grid-kotlin-sdk/compare/v0.9.0...v0.10.0)
6+
7+
### Features
8+
9+
* add cryptoNetwork field to RealtimeFundingQuoteSource ([e59a691](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/e59a691cf416def6afd55ed1028606c313be0ec5))
10+
* Add support for MWK, UGX, and XOF currency accounts ([1877d74](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/1877d7439f3f66da9440e3391b1ea4b622427f6d))
11+
* **api:** add kyb webhooks/status fields, remove kyc from response, update webhook data types ([df71de8](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/df71de8c00a69422dde09d7e015506c4962dbd8e))
12+
* **api:** adding webhooks back in ([41235f5](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/41235f546886c3ec5b98bf4878fa15fd46d77708))
13+
* **api:** manual updates ([1c59bac](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/1c59bac7b16ab9dc2f1bc45d66fcda886dad686b))
14+
* **api:** manual updates ([b90ab5f](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/b90ab5f29684f6e09b5a0175d8f0a58a9d12f42e))
15+
* **api:** manual updates ([d18b45f](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/d18b45f8c2d9407c0e578a7d546dd6f7150c654a))
16+
* **api:** manual updates ([d639af1](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/d639af18be17f14c272dbd6fd145c7d7f9c778b8))
17+
* **api:** manual updates ([ddc9c97](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/ddc9c97fa1de714d1b0167aee5560fd73dfadd59))
18+
* **api:** manual updates ([ee71f3c](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/ee71f3ca267fa194fc2889a78c6ebcb469c11fcd))
19+
* **api:** manual updates ([3dd9539](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/3dd9539e2171c16395f86c470f93da7abac2c0bd))
20+
* **api:** manual updates ([71a3b7d](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/71a3b7dfc284d3a199e2d926d758aa36ff942c9c))
21+
* cleaning up webhooks ([ac6bac0](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/ac6bac071cd287b68b823781194b4857fa085a11))
22+
23+
24+
### Bug Fixes
25+
26+
* **types:** remove SENT status from TransactionStatus ([01ceda0](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/01ceda067bebbccbc4e002fc8aecfa06dc98dd99))
27+
28+
29+
### Chores
30+
31+
* **internal:** bump palantir-java-format ([5d51288](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/5d51288256be3e4317e98e425e04b3dafd863e98))
32+
* **internal:** codegen related update ([d419945](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/d41994522629078645040ef4b2f962858e6063b7))
33+
* **internal:** codegen related update ([3f825d9](https://github.com/lightsparkdev/grid-kotlin-sdk/commit/3f825d931c7084b4b84e3b4cfa92b998f863806e))
34+
335
## 0.9.0 (2026-03-03)
436

537
Full Changelog: [v0.8.0...v0.9.0](https://github.com/lightsparkdev/grid-kotlin-sdk/compare/v0.8.0...v0.9.0)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<!-- x-release-please-start-version -->
44

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.lightspark.grid/lightspark-grid-kotlin)](https://central.sonatype.com/artifact/com.lightspark.grid/lightspark-grid-kotlin/0.9.0)
6-
[![javadoc](https://javadoc.io/badge2/com.lightspark.grid/lightspark-grid-kotlin/0.9.0/javadoc.svg)](https://javadoc.io/doc/com.lightspark.grid/lightspark-grid-kotlin/0.9.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.lightspark.grid/lightspark-grid-kotlin)](https://central.sonatype.com/artifact/com.lightspark.grid/lightspark-grid-kotlin/0.10.0)
6+
[![javadoc](https://javadoc.io/badge2/com.lightspark.grid/lightspark-grid-kotlin/0.10.0/javadoc.svg)](https://javadoc.io/doc/com.lightspark.grid/lightspark-grid-kotlin/0.10.0)
77

88
<!-- x-release-please-end -->
99

@@ -22,7 +22,7 @@ Use the Lightspark Grid MCP Server to enable AI assistants to interact with this
2222
2323
<!-- x-release-please-start-version -->
2424

25-
KDocs are available on [javadoc.io](https://javadoc.io/doc/com.lightspark.grid/lightspark-grid-kotlin/0.9.0).
25+
KDocs are available on [javadoc.io](https://javadoc.io/doc/com.lightspark.grid/lightspark-grid-kotlin/0.10.0).
2626

2727
<!-- x-release-please-end -->
2828

@@ -33,7 +33,7 @@ KDocs are available on [javadoc.io](https://javadoc.io/doc/com.lightspark.grid/l
3333
### Gradle
3434

3535
```kotlin
36-
implementation("com.lightspark.grid:lightspark-grid-kotlin:0.9.0")
36+
implementation("com.lightspark.grid:lightspark-grid-kotlin:0.10.0")
3737
```
3838

3939
### Maven
@@ -42,7 +42,7 @@ implementation("com.lightspark.grid:lightspark-grid-kotlin:0.9.0")
4242
<dependency>
4343
<groupId>com.lightspark.grid</groupId>
4444
<artifactId>lightspark-grid-kotlin</artifactId>
45-
<version>0.9.0</version>
45+
<version>0.10.0</version>
4646
</dependency>
4747
```
4848

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.lightspark.grid"
11-
version = "0.9.0" // x-release-please-version
11+
version = "0.10.0" // x-release-please-version
1212
}
1313

1414
subprojects {

0 commit comments

Comments
 (0)