Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
haohanyang committed Oct 25, 2024
1 parent 0095a6e commit a42515b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.1.1 - 2024-10-25
### Added
- [Query Variable](https://grafana.com/docs/grafana/latest/dashboards/variables/add-template-variables/#add-a-query-variable) support
- A quick start script `quick_start.py` to quickly start Grafana and MongoDB containers
### Changed
* Added "(Optinal)" to connection string configuration tooltip
## 0.1.0 - 2024-10-13

Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This plugin enables you to query and visualize data from your MongoDB databases

## Getting Started
### Quick start
Run the script `scripts/quick_start.py` to start a MongoDB and Grafana container with the plugin
Run the script [quick_start.py](scripts/quick_start.py) in the root directory to start MongoDB and Grafana containers with the plugin
```
python3 scripts/quick_start.py
```
Expand Down

0 comments on commit a42515b

Please sign in to comment.