diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a74ef5d..86c970ab 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.41.1" + ".": "0.41.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 573b432c..cfc5dc13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.41.2](https://github.com/indykite/indykite-sdk-go/compare/v0.41.1...v0.41.2) (2024-10-03) + + +### Bug Fixes + +* add backward compatibility with env variable ([afec24a](https://github.com/indykite/indykite-sdk-go/commit/afec24acbf21d19b91b5cb3b56440c7fefa7852c)) + ## [0.41.1](https://github.com/indykite/indykite-sdk-go/compare/v0.41.0...v0.41.1) (2024-10-01) diff --git a/authorization/doc.go b/authorization/doc.go index 28b5c4d8..20235c06 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.41.1" // x-release-please-version +const versionClient = "v0.41.2" // x-release-please-version diff --git a/config/doc.go b/config/doc.go index 86bde89a..67062585 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.41.1" // x-release-please-version +const versionClient = "v0.41.2" // x-release-please-version diff --git a/entitymatching/doc.go b/entitymatching/doc.go index 0542ecb8..5a58cbcb 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.41.1" // x-release-please-version +const versionClient = "v0.41.2" // x-release-please-version diff --git a/ingest/doc.go b/ingest/doc.go index 131544c7..fbba44a8 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.41.1" // x-release-please-version +const versionClient = "v0.41.2" // x-release-please-version diff --git a/knowledge/doc.go b/knowledge/doc.go index 1da34faf..dc0a8409 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.41.1" // x-release-please-version +const versionClient = "v0.41.2" // x-release-please-version diff --git a/tda/doc.go b/tda/doc.go index 405ed81a..2b2117ba 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.41.1" // x-release-please-version +const versionClient = "v0.41.2" // x-release-please-version