Skip to content

Commit

Permalink
chore(master): release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and hankadev committed Jan 15, 2023
1 parent ebf0f9b commit 7f2eaf9
Show file tree
Hide file tree
Showing 6 changed files with 17 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.4.0"
".": "0.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.5.0](https://github.com/indykite/jarvis-sdk-go/compare/v0.4.0...v0.5.0) (2023-01-13)


### Features

* add consent api methods and examples ([6197d4d](https://github.com/indykite/jarvis-sdk-go/commit/6197d4d6ac84de8d0193b5140dbe44a7a69a14e7))


### Miscellaneous Chores

* generate mock files ([0fe5430](https://github.com/indykite/jarvis-sdk-go/commit/0fe54308684f9befff64c83b414b211b6f400a23))

## [0.4.0](https://github.com/indykite/jarvis-sdk-go/compare/v0.3.0...v0.4.0) (2023-01-12)


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.4.0" // x-release-please-version
const versionClient = "v0.5.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.4.0" // x-release-please-version
const versionClient = "v0.5.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.4.0" // x-release-please-version
const versionClient = "v0.5.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.4.0" // x-release-please-version
const versionClient = "v0.5.0" // x-release-please-version

0 comments on commit 7f2eaf9

Please sign in to comment.