Skip to content

Commit

Permalink
chore(master): release 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed May 3, 2024
1 parent 2187f7a commit 59cb366
Show file tree
Hide file tree
Showing 7 changed files with 20 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.24.0"
".": "0.25.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.25.0](https://github.com/indykite/indykite-sdk-go/compare/v0.24.0...v0.25.0) (2024-05-03)


### Features

* add tda and consent config node ([846a5cd](https://github.com/indykite/indykite-sdk-go/commit/846a5cdf19d414545bb2f20d133a94532982baf6))
* remove deprecated functions ([da1f092](https://github.com/indykite/indykite-sdk-go/commit/da1f092cbae9489caa5493504411731ef1a951ce))
* remove tests from pipeline ([2e56fa8](https://github.com/indykite/indykite-sdk-go/commit/2e56fa82dbd1584857fd1c457e0627f719641530))


### Miscellaneous Chores

* **deps:** update golangci/golangci-lint-action action to v5 ([2187f7a](https://github.com/indykite/indykite-sdk-go/commit/2187f7a534e113a613835987eeae5b682f07a91d))

## [0.24.0](https://github.com/indykite/indykite-sdk-go/compare/v0.23.0...v0.24.0) (2024-03-05)


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.24.0" // x-release-please-version
const versionClient = "v0.25.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.24.0" // x-release-please-version
const versionClient = "v0.25.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.24.0" // x-release-please-version
const versionClient = "v0.25.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.24.0" // x-release-please-version
const versionClient = "v0.25.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.24.0" // x-release-please-version
const versionClient = "v0.25.0" // x-release-please-version

0 comments on commit 59cb366

Please sign in to comment.