Skip to content

Commit 04142dd

Browse files
release: 0.100.0
1 parent b987bc0 commit 04142dd

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 0.100.0 (2026-01-13)
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:** make filter optional for Spend Velocity Auth Rules ([b987bc0](https://github.com/lithic-com/lithic-go/commit/b987bc05fc1a7610e217fbff2fb2118330799a22))
10+
11+
12+
### Bug Fixes
13+
14+
* **api:** rename WIRE_DRAWDOWN_REQUEST to WIRE_INBOUND_DRAWDOWN_REQUEST ([b987bc0](https://github.com/lithic-com/lithic-go/commit/b987bc05fc1a7610e217fbff2fb2118330799a22))
15+
16+
17+
### Chores
18+
19+
* configure new SDK language ([06ce143](https://github.com/lithic-com/lithic-go/commit/06ce14305a25ca5b8bf71817824597a2258a8db4))
20+
321
## 0.99.0 (2026-01-08)
422

523
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)