Skip to content

Commit

Permalink
chore(master): release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone committed Nov 23, 2023
1 parent 53af4f8 commit 81bbb46
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.19.1](https://github.com/indykite/indykite-sdk-go/compare/v0.19.0...v0.19.1) (2023-11-23)


### Styles

* fix and upgrade linter ([3a1bbb5](https://github.com/indykite/indykite-sdk-go/commit/3a1bbb5545329f8335d4aea71dd8c249b69c85d0))

## [0.19.0](https://github.com/indykite/indykite-sdk-go/compare/v0.18.0...v0.19.0) (2023-11-21)


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.19.0" // x-release-please-version
const versionClient = "v0.19.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.19.0" // x-release-please-version
const versionClient = "v0.19.1" // 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.19.0" // x-release-please-version
const versionClient = "v0.19.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.19.0" // x-release-please-version
const versionClient = "v0.19.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.19.0" // x-release-please-version
const versionClient = "v0.19.1" // x-release-please-version

0 comments on commit 81bbb46

Please sign in to comment.