Skip to content

Commit ace0adf

Browse files
release: 0.102.0
1 parent e0a11c5 commit ace0adf

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-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.101.0"
2+
".": "0.102.0"
33
}

CHANGELOG.md

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

3+
## 0.102.0 (2026-02-27)
4+
5+
Full Changelog: [v0.101.0...v0.102.0](https://github.com/lithic-com/lithic-go/compare/v0.101.0...v0.102.0)
6+
7+
### Features
8+
9+
* **api:** Add account holder entity endpoints ([43c3d59](https://github.com/lithic-com/lithic-go/commit/43c3d594f43a5e87349e6f8665e5d362e4d11765))
10+
* **api:** Add INTEREST_AND_FEES_PAUSED substatus to financial account ([70c7dc8](https://github.com/lithic-com/lithic-go/commit/70c7dc8bb49e001f8794e0aee6f622fddbfd4ee8))
11+
* **api:** Expose MIL interest schedules and loan tape configuration endpoints ([54ff6be](https://github.com/lithic-com/lithic-go/commit/54ff6be18033f493337483802b79acca9bb645b7))
12+
13+
14+
### Bug Fixes
15+
16+
* allow canceling a request while it is waiting to retry ([43c5488](https://github.com/lithic-com/lithic-go/commit/43c548833bade683398375bc566dceb51503564a))
17+
* **api:** Correct token_metadata field name in tokenization.approval_request schema ([04d1ff9](https://github.com/lithic-com/lithic-go/commit/04d1ff9b22452947ef5ed284f2c88b5d654a3342))
18+
19+
20+
### Chores
21+
22+
* **internal:** move custom custom `json` tags to `api` ([9f7193b](https://github.com/lithic-com/lithic-go/commit/9f7193b39d1b62246b1431db84cb68fea9873cc2))
23+
* update mock server docs ([1308e26](https://github.com/lithic-com/lithic-go/commit/1308e266f3b1170fe3dcf48fe1b9466a87c60c32))
24+
25+
26+
### Documentation
27+
28+
* Remove CONDITIONAL_BLOCK from docs ([3560e08](https://github.com/lithic-com/lithic-go/commit/3560e08cc02151034ddd099652a4e58a78a98283))
29+
330
## 0.101.0 (2026-02-18)
431

532
Full Changelog: [v0.100.0...v0.101.0](https://github.com/lithic-com/lithic-go/compare/v0.100.0...v0.101.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Or to pin the version:
3131
<!-- x-release-please-start-version -->
3232

3333
```sh
34-
go get -u 'github.com/lithic-com/lithic-go@v0.101.0'
34+
go get -u 'github.com/lithic-com/lithic-go@v0.102.0'
3535
```
3636

3737
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "0.101.0" // x-release-please-version
5+
const PackageVersion = "0.102.0" // x-release-please-version

0 commit comments

Comments
 (0)