Skip to content

Commit

Permalink
chore(master): release 0.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and arxeiss committed Jun 18, 2024
1 parent 8e268d1 commit ba414aa
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 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.29.0"
".": "0.29.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.29.1](https://github.com/indykite/indykite-sdk-go/compare/v0.29.0...v0.29.1) (2024-06-18)


### Miscellaneous Chores

* **deps:** update everything ([8e268d1](https://github.com/indykite/indykite-sdk-go/commit/8e268d1bd42c48c094374ba0b1cc3af6c68c6798))
* **deps:** update golangci/golangci-lint-action action to v6 ([fd26212](https://github.com/indykite/indykite-sdk-go/commit/fd26212097a2c33029330d8b2d28f55638312010))
* update proto ([c9d8bad](https://github.com/indykite/indykite-sdk-go/commit/c9d8bad00a4cd5572735897161742b43326a4702))

## [0.29.0](https://github.com/indykite/indykite-sdk-go/compare/v0.28.0...v0.29.0) (2024-06-10)


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.29.0" // x-release-please-version
const versionClient = "v0.29.1" // 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.29.0" // x-release-please-version
const versionClient = "v0.29.1" // 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.29.0" // x-release-please-version
const versionClient = "v0.29.1" // 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.29.0" // x-release-please-version
const versionClient = "v0.29.1" // x-release-please-version

0 comments on commit ba414aa

Please sign in to comment.