Skip to content

Commit

Permalink
chore(master): release 0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone committed Nov 18, 2024
1 parent 60f04f0 commit 881b8ff
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.46.0"
".": "0.47.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.47.0](https://github.com/indykite/indykite-sdk-go/compare/v0.46.0...v0.47.0) (2024-11-18)


### Features

* add IKG tests and update function ([5ad1863](https://github.com/indykite/indykite-sdk-go/commit/5ad1863da8ac4b78b95f3caa4b1d3b6958761e2d))
* remove bad resolver tests ([0e675bd](https://github.com/indykite/indykite-sdk-go/commit/0e675bd175769e91852a0b59a46bed4c51d9e35d))


### Miscellaneous Chores

* **deps:** update codecov/codecov-action action to v5 ([60f04f0](https://github.com/indykite/indykite-sdk-go/commit/60f04f0627706ffa154d0b9be6459557d85a837a))

## [0.46.0](https://github.com/indykite/indykite-sdk-go/compare/v0.45.1...v0.46.0) (2024-11-11)


Expand Down
2 changes: 1 addition & 1 deletion authorization/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
// Package authorization implements the IndyKite Authorization Service API Client.
package authorization

const versionClient = "v0.46.0" // x-release-please-version
const versionClient = "v0.47.0" // x-release-please-version
2 changes: 1 addition & 1 deletion config/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
// Package config implement the Configuration Management Client.
package config

const versionClient = "v0.46.0" // x-release-please-version
const versionClient = "v0.47.0" // x-release-please-version
2 changes: 1 addition & 1 deletion entitymatching/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Package entitymatching implements the IndyKite TrustedDataAccess Service API Cli
*/
package entitymatching

const versionClient = "v0.46.0" // x-release-please-version
const versionClient = "v0.47.0" // x-release-please-version
2 changes: 1 addition & 1 deletion ingest/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Package ingest implements the IndyKite Ingest Service API Client.
*/
package ingest

const versionClient = "v0.46.0" // x-release-please-version
const versionClient = "v0.47.0" // x-release-please-version
2 changes: 1 addition & 1 deletion knowledge/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Package knowledge implements the IndyKite Identity Knowledge API Client.
*/
package knowledge

const versionClient = "v0.46.0" // x-release-please-version
const versionClient = "v0.47.0" // x-release-please-version
2 changes: 1 addition & 1 deletion tda/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ Package tda implements the IndyKite TrustedDataAccess Service API Client.
*/
package tda

const versionClient = "v0.46.0" // x-release-please-version
const versionClient = "v0.47.0" // x-release-please-version

0 comments on commit 881b8ff

Please sign in to comment.