From cb7ea0a44ca15b5b543f5626cc8c3bda18ac3bb7 Mon Sep 17 00:00:00 2001 From: indykite <66900860+indykiteone@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:43:55 +0200 Subject: [PATCH] chore(master): release 0.45.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ authorization/doc.go | 2 +- config/doc.go | 2 +- entitymatching/doc.go | 2 +- ingest/doc.go | 2 +- knowledge/doc.go | 2 +- tda/doc.go | 2 +- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e564a448..0db1515e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.45.0" + ".": "0.45.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 948f3d74..e23884cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.45.1](https://github.com/indykite/indykite-sdk-go/compare/v0.45.0...v0.45.1) (2024-10-30) + + +### Bug Fixes + +* add loop to delete AppSpace ([5ac2e4f](https://github.com/indykite/indykite-sdk-go/commit/5ac2e4f681989a8b2197259d28dddf1f3378a34e)) + ## [0.45.0](https://github.com/indykite/indykite-sdk-go/compare/v0.44.0...v0.45.0) (2024-10-28) diff --git a/authorization/doc.go b/authorization/doc.go index 66936c1d..3647dd36 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.45.0" // x-release-please-version +const versionClient = "v0.45.1" // x-release-please-version diff --git a/config/doc.go b/config/doc.go index 80ee6458..f57b32dc 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.45.0" // x-release-please-version +const versionClient = "v0.45.1" // x-release-please-version diff --git a/entitymatching/doc.go b/entitymatching/doc.go index eb2a040b..adb0a9f9 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.45.0" // x-release-please-version +const versionClient = "v0.45.1" // x-release-please-version diff --git a/ingest/doc.go b/ingest/doc.go index 3c1f8139..c0d7099a 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.45.0" // x-release-please-version +const versionClient = "v0.45.1" // x-release-please-version diff --git a/knowledge/doc.go b/knowledge/doc.go index a0b0ed24..dcc48f78 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.45.0" // x-release-please-version +const versionClient = "v0.45.1" // x-release-please-version diff --git a/tda/doc.go b/tda/doc.go index 20faa857..dbc555cf 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.45.0" // x-release-please-version +const versionClient = "v0.45.1" // x-release-please-version