Skip to content

Commit a42515b

Browse files
committed
Update changelog
1 parent 0095a6e commit a42515b

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
2-
2+
## 0.1.1 - 2024-10-25
3+
### Added
4+
- [Query Variable](https://grafana.com/docs/grafana/latest/dashboards/variables/add-template-variables/#add-a-query-variable) support
5+
- A quick start script `quick_start.py` to quickly start Grafana and MongoDB containers
6+
### Changed
7+
* Added "(Optinal)" to connection string configuration tooltip
38
## 0.1.0 - 2024-10-13
49

510
Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This plugin enables you to query and visualize data from your MongoDB databases
2121

2222
## Getting Started
2323
### Quick start
24-
Run the script `scripts/quick_start.py` to start a MongoDB and Grafana container with the plugin
24+
Run the script [quick_start.py](scripts/quick_start.py) in the root directory to start MongoDB and Grafana containers with the plugin
2525
```
2626
python3 scripts/quick_start.py
2727
```

0 commit comments

Comments
 (0)