Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoziru committed Oct 17, 2023
1 parent bbca65b commit 1d5ae07
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Unreleased

## 0.4.0
* Add 'Enabled' switch for vector services to configuration UI by @sd2k in https://github.com/grafana/grafana-llm-app/pull/79
* Added instructions for developing with example app by @edwardcqian in https://github.com/grafana/grafana-llm-app/pull/86
* Improve health check to return more granular details by @sd2k in https://github.com/grafana/grafana-llm-app/pull/85
* Add support for filtered vector search by @yoziru in https://github.com/grafana/grafana-llm-app/pull/100

## 0.3.0

* Add Go package providing an OpenAI client to use the LLM app from backend Go code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "llm",
"version": "0.3.0",
"version": "0.4.0",
"description": "Plugin to easily allow llm based extensions to grafana",
"scripts": {
"build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
Expand Down

0 comments on commit 1d5ae07

Please sign in to comment.