Skip to content

Commit 6c23c3e

Browse files
release: 0.100.0
1 parent 29ed18f commit 6c23c3e

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-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.99.0"
2+
".": "0.100.0"
33
}

CHANGELOG.md

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

3+
## 0.100.0 (2026-01-16)
4+
5+
Full Changelog: [v0.99.0...v0.100.0](https://github.com/lithic-com/lithic-go/compare/v0.99.0...v0.100.0)
6+
7+
### Features
8+
9+
* **api:** Add idempotency key to cards POST and PATCH endpoints ([c53307f](https://github.com/lithic-com/lithic-go/commit/c53307f891882c0bb333d723ad7d80f3bf4cab8a))
10+
* **api:** make filter optional for Spend Velocity Auth Rules ([b987bc0](https://github.com/lithic-com/lithic-go/commit/b987bc05fc1a7610e217fbff2fb2118330799a22))
11+
12+
13+
### Bug Fixes
14+
15+
* **api:** Correct field name from ach_hold__period to ach_hold_period ([e676940](https://github.com/lithic-com/lithic-go/commit/e67694071f100690aa25b98877250c0ac56be3cc))
16+
* **api:** mark AppleWebPushProvisioningResponse fields required ([a0fa5cb](https://github.com/lithic-com/lithic-go/commit/a0fa5cb28ab6ce0def37fe2168952d161f44306a))
17+
* **api:** rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST ([b987bc0](https://github.com/lithic-com/lithic-go/commit/b987bc05fc1a7610e217fbff2fb2118330799a22))
18+
* **client:** invalid URL ([4e7dae0](https://github.com/lithic-com/lithic-go/commit/4e7dae0647db8c92254d85ecdddba84cbe0872e9))
19+
20+
21+
### Chores
22+
23+
* configure new SDK language ([06ce143](https://github.com/lithic-com/lithic-go/commit/06ce14305a25ca5b8bf71817824597a2258a8db4))
24+
* **internal:** codegen related update ([ec93032](https://github.com/lithic-com/lithic-go/commit/ec930327212131338bf3c9dc1ccc7caf4372ddd4))
25+
* **internal:** update `actions/checkout` version ([29ed18f](https://github.com/lithic-com/lithic-go/commit/29ed18fbc43c2137e92ba04fcf69d3c74bfe6de7))
26+
* Rework event type generation to support spec splitting ([a9a3198](https://github.com/lithic-com/lithic-go/commit/a9a3198374a71367182b91e1b34dbbd505eddd1c))
27+
328
## 0.99.0 (2026-01-08)
429

530
Full Changelog: [v0.98.1...v0.99.0](https://github.com/lithic-com/lithic-go/compare/v0.98.1...v0.99.0)

README.md

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

2424
```sh
25-
go get -u 'github.com/lithic-com/lithic-go@v0.99.0'
25+
go get -u 'github.com/lithic-com/lithic-go@v0.100.0'
2626
```
2727

2828
<!-- 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.99.0" // x-release-please-version
5+
const PackageVersion = "0.100.0" // x-release-please-version

0 commit comments

Comments
 (0)