Skip to content

Commit a7a12ef

Browse files
[release v0.2.0] (#13)
Co-authored-by: kgrubb <8471701+kgrubb@users.noreply.github.com>
1 parent cfaa522 commit a7a12ef

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v0.2.0] - 2026-05-12
2+
3+
### Features
4+
5+
- **chat:** Support Matrix and Mattermost standalone (#12)
6+
7+
[v0.1.1..v0.2.0](https://github.com/elastiflow/kaytoo/compare/v0.1.1...v0.2.0)
8+
9+
10+
111
## [v0.1.1] - 2026-04-27
212

313
### Bug Fixes

helm/kaytoo/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: kaytoo
33
description: Kaytoo - Slack + OpenSearch insight bot
44
type: application
5-
version: 0.1.1
6-
appVersion: "0.1.1"
5+
version: 0.2.0
6+
appVersion: "0.2.0"
77
annotations:
88
artifacthub.io/license: Apache-2.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kaytoo",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "ElastiFlow flow-index chat agent with scheduled insights",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)