From f354665b445da59c6e19e3079810601771c83169 Mon Sep 17 00:00:00 2001 From: indykite <66900860+indykiteone@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:57:16 +0200 Subject: [PATCH] chore(master): release 0.48.2 --- .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 c0615af..ba56b51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.1" + ".": "0.48.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c561c..bbbfc51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.48.2](https://github.com/indykite/indykite-sdk-go/compare/v0.48.1...v0.48.2) (2024-12-19) + + +### Bug Fixes + +* recreate ikg ([98c0acd](https://github.com/indykite/indykite-sdk-go/commit/98c0acd904f11d92ed6f2c76c8d4aee09befad63)) + ## [0.48.1](https://github.com/indykite/indykite-sdk-go/compare/v0.48.0...v0.48.1) (2024-12-06) diff --git a/authorization/doc.go b/authorization/doc.go index a00d486..0be065b 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.48.1" // x-release-please-version +const versionClient = "v0.48.2" // x-release-please-version diff --git a/config/doc.go b/config/doc.go index 760e4c2..e39f9dd 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.48.1" // x-release-please-version +const versionClient = "v0.48.2" // x-release-please-version diff --git a/entitymatching/doc.go b/entitymatching/doc.go index 19879d0..026e0ae 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.48.1" // x-release-please-version +const versionClient = "v0.48.2" // x-release-please-version diff --git a/ingest/doc.go b/ingest/doc.go index 11e83b7..86b886c 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.48.1" // x-release-please-version +const versionClient = "v0.48.2" // x-release-please-version diff --git a/knowledge/doc.go b/knowledge/doc.go index 801eb95..ed5f981 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.48.1" // x-release-please-version +const versionClient = "v0.48.2" // x-release-please-version diff --git a/tda/doc.go b/tda/doc.go index abbf3f8..4fca213 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.48.1" // x-release-please-version +const versionClient = "v0.48.2" // x-release-please-version