Skip to content

Commit

Permalink
chore(master): release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone committed Dec 19, 2023
1 parent 4383dce commit 65df22d
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.21.0](https://github.com/indykite/indykite-sdk-go/compare/v0.20.0...v0.21.0) (2023-12-19)


### Features

* add worflow dispatch in actions ([e82e2d1](https://github.com/indykite/indykite-sdk-go/commit/e82e2d1bb426d7636299f66f18233165bb2a8c8c))
* clean after identity deprecation ([4383dce](https://github.com/indykite/indykite-sdk-go/commit/4383dcef08dc8f1dec9198080971e5641d010929))


### Miscellaneous Chores

* **deps:** update everything ([59438e5](https://github.com/indykite/indykite-sdk-go/commit/59438e5368bdbd06223d4e211171e5e33d6c4f9c))

## [0.20.0](https://github.com/indykite/indykite-sdk-go/compare/v0.19.1...v0.20.0) (2023-12-01)


Expand Down
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.20.0" // x-release-please-version
const versionClient = "v0.21.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.20.0" // x-release-please-version
const versionClient = "v0.21.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.20.0" // x-release-please-version
const versionClient = "v0.21.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.20.0" // x-release-please-version
const versionClient = "v0.21.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.20.0" // x-release-please-version
const versionClient = "v0.21.0" // x-release-please-version

0 comments on commit 65df22d

Please sign in to comment.