File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.24 .0"
2+ "." : " 0.25 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.25.0 (2026-01-13)
4+
5+ Full Changelog: [ v0.24.0...v0.25.0] ( https://github.com/kernel/kernel-go-sdk/compare/v0.24.0...v0.25.0 )
6+
7+ ### Features
8+
9+ * add MFA options to agent authentication workflow ([ 0f5b637] ( https://github.com/kernel/kernel-go-sdk/commit/0f5b63778ed3fce2f8662053eb213ba55a77cde9 ) )
10+ * ** api:** update production repos ([ 0cdfbfd] ( https://github.com/kernel/kernel-go-sdk/commit/0cdfbfdfccab1abe18180bce8500623be8bcad66 ) )
11+
12+
13+ ### Chores
14+
15+ * sync repo ([ 1728134] ( https://github.com/kernel/kernel-go-sdk/commit/1728134103bf4a4bcb1c74ad335408cc3f7cc65a ) )
16+ * update module path from onkernel to kernel ([ 52c5887] ( https://github.com/kernel/kernel-go-sdk/commit/52c588700307b752e5d239718a00aafddc86ab96 ) )
17+
318## 0.24.0 (2025-12-17)
419
520Full Changelog: [ v0.23.0...v0.24.0] ( https://github.com/onkernel/kernel-go-sdk/compare/v0.23.0...v0.24.0 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Or to pin the version:
2828<!-- x-release-please-start-version -->
2929
3030``` sh
31- go get -u ' github.com/kernel/kernel-go-sdk@v0.24 .0'
31+ go get -u ' github.com/kernel/kernel-go-sdk@v0.25 .0'
3232```
3333
3434<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.24 .0" // x-release-please-version
5+ const PackageVersion = "0.25 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments