Skip to content

Commit aa60660

Browse files
[release v0.3.0] (#15)
Co-authored-by: kgrubb <8471701+kgrubb@users.noreply.github.com>
1 parent 49db0df commit aa60660

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.3.0] - 2026-05-12
2+
3+
### Features
4+
5+
- **matrix:** Optional password login alongside access token (#14)
6+
7+
[v0.2.0..v0.3.0](https://github.com/elastiflow/kaytoo/compare/v0.2.0...v0.3.0)
8+
9+
10+
111
## [v0.2.0] - 2026-05-12
212

313
### Features

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.2.0
6-
appVersion: "0.2.0"
5+
version: 0.3.0
6+
appVersion: "0.3.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.2.0",
3+
"version": "0.3.0",
44
"description": "ElastiFlow flow-index chat agent with scheduled insights",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)