Skip to content

Commit

Permalink
Merge pull request #103 from grafana/bump-to-0.4.0
Browse files Browse the repository at this point in the history
bump version to 0.4.0
  • Loading branch information
yoziru authored Oct 20, 2023
2 parents 4554a95 + 7426165 commit 6187da9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## Unreleased

## 0.4.0

* Add 'Enabled' switch for vector services to configuration UI
* Added instructions for developing with example app
* Improve health check to return more granular details
* Add support for filtered vector search
* Improve vector service health check

## 0.3.0

* Add Go package providing an OpenAI client to use the LLM app from backend Go code
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 6187da9

Please sign in to comment.