Commit c04af05 1 parent ad2d568 commit c04af05 Copy full SHA for c04af05
File tree 8 files changed +14
-7
lines changed
8 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.50 .0"
2
+ "." : " 0.51 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
10
## [ 0.50.0] ( https://github.com/indykite/indykite-sdk-go/compare/v0.49.1...v0.50.0 ) (2025-02-24)
4
11
5
12
Original file line number Diff line number Diff line change 15
15
// Package authorization implements the IndyKite Authorization Service API Client.
16
16
package authorization
17
17
18
- const versionClient = "v0.50 .0" // x-release-please-version
18
+ const versionClient = "v0.51 .0" // x-release-please-version
Original file line number Diff line number Diff line change 15
15
// Package config implement the Configuration Management Client.
16
16
package config
17
17
18
- const versionClient = "v0.50 .0" // x-release-please-version
18
+ const versionClient = "v0.51 .0" // x-release-please-version
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ Package entitymatching implements the IndyKite TrustedDataAccess Service API Cli
17
17
*/
18
18
package entitymatching
19
19
20
- const versionClient = "v0.50 .0" // x-release-please-version
20
+ const versionClient = "v0.51 .0" // x-release-please-version
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ Package ingest implements the IndyKite Ingest Service API Client.
17
17
*/
18
18
package ingest
19
19
20
- const versionClient = "v0.50 .0" // x-release-please-version
20
+ const versionClient = "v0.51 .0" // x-release-please-version
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ Package knowledge implements the IndyKite Identity Knowledge API Client.
17
17
*/
18
18
package knowledge
19
19
20
- const versionClient = "v0.50 .0" // x-release-please-version
20
+ const versionClient = "v0.51 .0" // x-release-please-version
Original file line number Diff line number Diff line change @@ -17,4 +17,4 @@ Package tda implements the IndyKite TrustedDataAccess Service API Client.
17
17
*/
18
18
package tda
19
19
20
- const versionClient = "v0.50 .0" // x-release-please-version
20
+ const versionClient = "v0.51 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments