Skip to content

Commit 2bdd6b6

Browse files
release: 0.101.0
1 parent 06b69e3 commit 2bdd6b6

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-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.100.0"
2+
".": "0.101.0"
33
}

CHANGELOG.md

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

3+
## 0.101.0 (2026-02-18)
4+
5+
Full Changelog: [v0.100.0...v0.101.0](https://github.com/lithic-com/lithic-go/compare/v0.100.0...v0.101.0)
6+
7+
### Features
8+
9+
* **api:** Add /v2/auth_rules/results endpoint for listing rule evaluation data ([8514a07](https://github.com/lithic-com/lithic-go/commit/8514a07f988e85e4ab815e3d5545b7be71da4890))
10+
* **api:** Add amounts object to ASA request ([66f4fe0](https://github.com/lithic-com/lithic-go/commit/66f4fe022bb16dc4f3343663bed94a827de6490b))
11+
* **api:** Add hold token field to book transfers ([e42a159](https://github.com/lithic-com/lithic-go/commit/e42a159a2e1e164c9f590000e0a9664af34c713e))
12+
* **api:** Add naics_code to account holder requests/responses ([2a4cbcc](https://github.com/lithic-com/lithic-go/commit/2a4cbccecab734c25ab1714bf65bfd598614540f))
13+
* **api:** Add network specific wallet recommendation reasons ([53243ce](https://github.com/lithic-com/lithic-go/commit/53243ce1e73fcf4d8dd9c5ad4286584bc439ab2c))
14+
* **api:** Add PENDING_REVIEW status to KYB enrollment simulation ([40cddec](https://github.com/lithic-com/lithic-go/commit/40cddecf1b08ceef8ce3a762d201a3f0f272fa3e))
15+
* **api:** Add result schemas for Authorization and Authentication (3DS) actions ([a25aeea](https://github.com/lithic-com/lithic-go/commit/a25aeea44d8ffef7c25c2996d377d1eae81d68fc))
16+
17+
18+
### Bug Fixes
19+
20+
* **api:** Update /v2/auth_rules/results endpoint parameter naming and action types ([1e0430a](https://github.com/lithic-com/lithic-go/commit/1e0430a7d634382f64dace2abf9bbbc3fbb70fa7))
21+
* **client:** mark request body as required ([5a82cc1](https://github.com/lithic-com/lithic-go/commit/5a82cc1a2fefcdbbd422e804a6dd443a659c4f17))
22+
* **client:** use correct format specifier for header serialization ([f0f3f3c](https://github.com/lithic-com/lithic-go/commit/f0f3f3cec2a4ea2f8a35eb5156fce4df4d179e1a))
23+
* fix for namespace collisions with client and resource test methods ([be4daa0](https://github.com/lithic-com/lithic-go/commit/be4daa04d07384d828ddf5d2069c67318de49cf8))
24+
25+
26+
### Chores
27+
28+
* configure new SDK language ([d5f72b8](https://github.com/lithic-com/lithic-go/commit/d5f72b8c86fd0c0b98f89d7029e53b26363e367c))
29+
* Enable stainless MCP in config ([ba15022](https://github.com/lithic-com/lithic-go/commit/ba15022d3e0a4093b2c211c0fa7ba1f88e12ad85))
30+
* **internal:** codegen related update ([8cc90f1](https://github.com/lithic-com/lithic-go/commit/8cc90f114a8321233dff878d92e40d9c306c1622))
31+
* **internal:** codegen related update ([6fb143a](https://github.com/lithic-com/lithic-go/commit/6fb143a2d9d4944efd5b53c037dd2a989d045f52))
32+
* **internal:** codegen related update ([761d45e](https://github.com/lithic-com/lithic-go/commit/761d45e74df7db7a91c5432393f212308585897d))
33+
34+
35+
### Documentation
36+
37+
* Fix documentation of tokenization channel and tokenization source for tokenization rules ([66b48ff](https://github.com/lithic-com/lithic-go/commit/66b48ffc88ea37075f0689a1736653d65bde2fdb))
38+
339
## 0.100.0 (2026-01-27)
440

541
Full Changelog: [v0.99.0...v0.100.0](https://github.com/lithic-com/lithic-go/compare/v0.99.0...v0.100.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.100.0'
34+
go get -u 'github.com/lithic-com/lithic-go@v0.101.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.100.0" // x-release-please-version
5+
const PackageVersion = "0.101.0" // x-release-please-version

0 commit comments

Comments
 (0)