Skip to content

Commit

Permalink
chore(master): release indykite-sdk-go 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone committed Jan 17, 2024
1 parent 7d84456 commit 0c94afc
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 6 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.21.1"
".": "0.22.0"
}
147 changes: 147 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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.21.1" // x-release-please-version
const versionClient = "v0.22.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.21.1" // x-release-please-version
const versionClient = "v0.22.0" // x-release-please-version
2 changes: 1 addition & 1 deletion identity/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
// Package identity implements the IndyKite Identity Service API Client.
package identity

const versionClient = "v0.21.1" // x-release-please-version
const versionClient = "v0.22.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.21.1" // x-release-please-version
const versionClient = "v0.22.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.21.1" // x-release-please-version
const versionClient = "v0.22.0" // x-release-please-version

0 comments on commit 0c94afc

Please sign in to comment.