Skip to content

Commit c04af05

Browse files
committed
chore(master): release 0.51.0
1 parent ad2d568 commit c04af05

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.50.0"
2+
".": "0.51.0"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.51.0](https://github.com/indykite/indykite-sdk-go/compare/v0.50.0...v0.51.0) (2025-02-26)
4+
5+
6+
### Features
7+
8+
* support knowledge query configuration ([ad2d568](https://github.com/indykite/indykite-sdk-go/commit/ad2d568a0e853c9ad2a826174f27b1f08815a943))
9+
310
## [0.50.0](https://github.com/indykite/indykite-sdk-go/compare/v0.49.1...v0.50.0) (2025-02-24)
411

512

authorization/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
// Package authorization implements the IndyKite Authorization Service API Client.
1616
package authorization
1717

18-
const versionClient = "v0.50.0" // x-release-please-version
18+
const versionClient = "v0.51.0" // x-release-please-version

config/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
// Package config implement the Configuration Management Client.
1616
package config
1717

18-
const versionClient = "v0.50.0" // x-release-please-version
18+
const versionClient = "v0.51.0" // x-release-please-version

entitymatching/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Package entitymatching implements the IndyKite TrustedDataAccess Service API Cli
1717
*/
1818
package entitymatching
1919

20-
const versionClient = "v0.50.0" // x-release-please-version
20+
const versionClient = "v0.51.0" // x-release-please-version

ingest/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Package ingest implements the IndyKite Ingest Service API Client.
1717
*/
1818
package ingest
1919

20-
const versionClient = "v0.50.0" // x-release-please-version
20+
const versionClient = "v0.51.0" // x-release-please-version

knowledge/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Package knowledge implements the IndyKite Identity Knowledge API Client.
1717
*/
1818
package knowledge
1919

20-
const versionClient = "v0.50.0" // x-release-please-version
20+
const versionClient = "v0.51.0" // x-release-please-version

tda/doc.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ Package tda implements the IndyKite TrustedDataAccess Service API Client.
1717
*/
1818
package tda
1919

20-
const versionClient = "v0.50.0" // x-release-please-version
20+
const versionClient = "v0.51.0" // x-release-please-version

0 commit comments

Comments
 (0)