Skip to content

Commit

Permalink
chore(master): release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed May 27, 2024
1 parent 1bace7a commit 04b714c
Show file tree
Hide file tree
Showing 7 changed files with 18 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.25.0"
".": "0.26.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.26.0](https://github.com/indykite/indykite-sdk-go/compare/v0.25.0...v0.26.0) (2024-05-27)


### Features

* add batch ingest endpoints ([1bace7a](https://github.com/indykite/indykite-sdk-go/commit/1bace7a28da7bb088a56a9d0342f41af10dc7aac))


### Miscellaneous Chores

* add deepsource file ([47940bd](https://github.com/indykite/indykite-sdk-go/commit/47940bd0c526c1ce85eea460b22e3569497471af))

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


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

0 comments on commit 04b714c

Please sign in to comment.