diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2ff8218f..b470c2a9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.43.0" + ".": "0.44.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 357763b5..7bd6f233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.0](https://github.com/indykite/indykite-sdk-go/compare/v0.43.0...v0.44.0) (2024-10-18) + + +### Features + +* remove read report function and add tests ([f120e3a](https://github.com/indykite/indykite-sdk-go/commit/f120e3aa4d28657fffc35bc45dd2d4df79d184bd)) + ## [0.43.0](https://github.com/indykite/indykite-sdk-go/compare/v0.42.0...v0.43.0) (2024-10-10) diff --git a/authorization/doc.go b/authorization/doc.go index 9e0b2420..aea2cf10 100644 --- a/authorization/doc.go +++ b/authorization/doc.go @@ -15,4 +15,4 @@ // Package authorization implements the IndyKite Authorization Service API Client. package authorization -const versionClient = "v0.43.0" // x-release-please-version +const versionClient = "v0.44.0" // x-release-please-version diff --git a/config/doc.go b/config/doc.go index 99b453f1..de18db9f 100644 --- a/config/doc.go +++ b/config/doc.go @@ -15,4 +15,4 @@ // Package config implement the Configuration Management Client. package config -const versionClient = "v0.43.0" // x-release-please-version +const versionClient = "v0.44.0" // x-release-please-version diff --git a/entitymatching/doc.go b/entitymatching/doc.go index cac7d25c..0039fe03 100644 --- a/entitymatching/doc.go +++ b/entitymatching/doc.go @@ -17,4 +17,4 @@ Package entitymatching implements the IndyKite TrustedDataAccess Service API Cli */ package entitymatching -const versionClient = "v0.43.0" // x-release-please-version +const versionClient = "v0.44.0" // x-release-please-version diff --git a/ingest/doc.go b/ingest/doc.go index 44aeafb8..ad775690 100644 --- a/ingest/doc.go +++ b/ingest/doc.go @@ -17,4 +17,4 @@ Package ingest implements the IndyKite Ingest Service API Client. */ package ingest -const versionClient = "v0.43.0" // x-release-please-version +const versionClient = "v0.44.0" // x-release-please-version diff --git a/knowledge/doc.go b/knowledge/doc.go index 4ec4397b..665cd374 100644 --- a/knowledge/doc.go +++ b/knowledge/doc.go @@ -17,4 +17,4 @@ Package knowledge implements the IndyKite Identity Knowledge API Client. */ package knowledge -const versionClient = "v0.43.0" // x-release-please-version +const versionClient = "v0.44.0" // x-release-please-version diff --git a/tda/doc.go b/tda/doc.go index a4091923..bc022aa0 100644 --- a/tda/doc.go +++ b/tda/doc.go @@ -17,4 +17,4 @@ Package tda implements the IndyKite TrustedDataAccess Service API Client. */ package tda -const versionClient = "v0.43.0" // x-release-please-version +const versionClient = "v0.44.0" // x-release-please-version