diff --git a/CHANGELOG.md b/CHANGELOG.md index 9914bb4..a71440f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v0.6.1] - 2026-05-13 + +### Bug Fixes + +- **agent:** TopTalkersByBytes display names after v0.6.0 (#26) + +[v0.6.0..v0.6.1](https://github.com/elastiflow/kaytoo/compare/v0.6.0...v0.6.1) + + + ## [v0.6.0] - 2026-05-13 ### Features diff --git a/helm/kaytoo/Chart.yaml b/helm/kaytoo/Chart.yaml index fb9e309..6db7ae3 100644 --- a/helm/kaytoo/Chart.yaml +++ b/helm/kaytoo/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kaytoo description: Kaytoo - Slack + OpenSearch insight bot type: application -version: 0.6.0 -appVersion: "0.6.0" +version: 0.6.1 +appVersion: "0.6.1" annotations: artifacthub.io/license: Apache-2.0 diff --git a/package-lock.json b/package-lock.json index 3ed8568..12638b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kaytoo", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kaytoo", - "version": "0.6.0", + "version": "0.6.1", "license": "Apache-2.0", "dependencies": { "@elastic/elasticsearch": "^9.1.1", diff --git a/package.json b/package.json index 6ab7f49..f3f19ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaytoo", - "version": "0.6.0", + "version": "0.6.1", "description": "ElastiFlow flow-index chat agent with scheduled insights", "private": true, "type": "module",