Skip to content

Commit

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

## [0.18.0](https://github.com/indykite/indykite-sdk-go/compare/v0.17.1...v0.18.0) (2023-11-06)


### Features

* add delete all KG nodes example ([e66b82d](https://github.com/indykite/indykite-sdk-go/commit/e66b82d543fa99996e60726f876faf18df77b701))
* add optional id field to digital twin ingest ([c79c0be](https://github.com/indykite/indykite-sdk-go/commit/c79c0be4cb4f2114a13a13cbd14a0af0a3cf4d12))
* remove outdated identity methods ([5ee2989](https://github.com/indykite/indykite-sdk-go/commit/5ee2989b37852e68009ac8e10b8a1ee6635bfed0))
* remove readid config node ([8585643](https://github.com/indykite/indykite-sdk-go/commit/85856434d659be2b2db9b578b88b33bbea1611f6))


### Styles

* improve linter rules ([6ed985d](https://github.com/indykite/indykite-sdk-go/commit/6ed985d1daccad936ebe7d0c92e74dc56455a935))


### Miscellaneous Chores

* **deps:** update everything ([8954808](https://github.com/indykite/indykite-sdk-go/commit/8954808124a488d2fc4b4ca99023ef2a9b941e61))

## [0.17.1](https://github.com/indykite/indykite-sdk-go/compare/v0.17.0...v0.17.1) (2023-10-09)


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.17.1" // x-release-please-version
const versionClient = "v0.18.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.17.1" // x-release-please-version
const versionClient = "v0.18.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.17.1" // x-release-please-version
const versionClient = "v0.18.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.17.1" // x-release-please-version
const versionClient = "v0.18.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.17.1" // x-release-please-version
const versionClient = "v0.18.0" // x-release-please-version

0 comments on commit 3e556fc

Please sign in to comment.